too much ads blocked
This commit is contained in:
parent
a67064ef36
commit
9cbc717760
|
@ -84,12 +84,6 @@ in
|
||||||
# guard the ssh service
|
# guard the ssh service
|
||||||
services.sshguard.enable = true;
|
services.sshguard.enable = true;
|
||||||
|
|
||||||
# block some crap, see https://github.com/StevenBlack/hosts#nixos
|
|
||||||
networking.extraHosts = let
|
|
||||||
hostsPath = https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts;
|
|
||||||
hostsFile = builtins.fetchurl hostsPath;
|
|
||||||
in builtins.readFile "${hostsFile}";
|
|
||||||
|
|
||||||
# swap to RAM
|
# swap to RAM
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue