diff options
author | tv <tv@krebsco.de> | 2020-08-26 18:22:37 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-08-26 18:22:37 +0200 |
commit | f7b966a5eb50088464674c05874bdf61f51e2afa (patch) | |
tree | 8be02752bbc82efe37ee67cf6ea814c4d294ca2b /tv/1systems | |
parent | a76fa7a9b4e7ea19293523576529d05b764cc44e (diff) |
tv alnus: don't allow unfree
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/alnus/config.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index f8f1b24..ed5fb67 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -54,10 +54,6 @@ with import <stockholm/lib>; networking.networkmanager.enable = true; - nixpkgs.config = { - allowUnfree = true; - }; - services.earlyoom.enable = true; services.earlyoom.freeMemThreshold = 5; systemd.services.earlyoom.environment.EARLYOOM_ARGS = toString [ |