mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/connectivity: remove todo
I was wrong and I made a mistake, it should work
This commit is contained in:
parent
62a710c542
commit
089a055d29
1 changed files with 15 additions and 17 deletions
|
|
@ -48,10 +48,9 @@
|
||||||
# Gotta preserve that thinking ability of my smoof bwain
|
# Gotta preserve that thinking ability of my smoof bwain
|
||||||
"${pkgs.ai_blocklist}/share/hosts.txt"
|
"${pkgs.ai_blocklist}/share/hosts.txt"
|
||||||
"${pkgs.hategroup_blocklist}/share/hosts.txt"
|
"${pkgs.hategroup_blocklist}/share/hosts.txt"
|
||||||
|
];
|
||||||
|
|
||||||
# TODO: extraHosts option is overwritten by this
|
extraHosts = ''
|
||||||
# We should emit a warning because it trips me up and it shouldn't >:(
|
|
||||||
(pkgs.writeText "etc-extra-hosts" ''
|
|
||||||
#
|
#
|
||||||
# Generated from nixos configuartion
|
# Generated from nixos configuartion
|
||||||
#
|
#
|
||||||
|
|
@ -64,8 +63,7 @@
|
||||||
0.0.0.0 www.instagram.com
|
0.0.0.0 www.instagram.com
|
||||||
0.0.0.0 youtube.com
|
0.0.0.0 youtube.com
|
||||||
0.0.0.0 www.youtube.com
|
0.0.0.0 www.youtube.com
|
||||||
'')
|
'';
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue