summary refs log tree commit diff stats
path: root/system/mba.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/mba.nix')
-rw-r--r--system/mba.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/mba.nix b/system/mba.nix
index cd4d5a5b..e8d69490 100644
--- a/system/mba.nix
+++ b/system/mba.nix
@@ -7,10 +7,6 @@
     ./settings/programs/shell.nix
   ];
 
-  nixpkgs.config = {
-    allowUnfree = true;
-  };
-
   networking = {
     hostName = "mba";
   };
@@ -25,14 +21,6 @@
 
   environment.variables.LANG = "en_GB.UTF-8";
 
-  nix.gc = {
-    automatic = true;
-    user = "alan";
-    options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))";
-  };
-  nix.daemonNiceLevel = 10;
-  nix.daemonIONice = true;
-
   # Used for backwards compatibility, please read the changelog before changing.
   # $ darwin-rebuild changelog
   system.stateVersion = 4;