summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/system/linde.nix b/system/linde.nix
index cc74c9bb..5fbed51b 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -24,7 +24,7 @@ in
       # Include the results of the hardware scan.
       ./linde-hardware.nix
 
-      ./settings/configuration/nix.nix
+      ./settings/configuration/nix-linux.nix
       ./settings/services/git-server.nix
     ];
   age.secrets = {
@@ -87,7 +87,6 @@ in
   programs.mosh.enable = true;
 
   system.autoUpgrade = {
-    enable = true;
     dates = "02:10";
     randomizedDelaySec = "59 min";
     allowReboot = true;
@@ -105,13 +104,10 @@ in
   nix = {
     settings = {
       max-jobs = 2;
-      auto-optimise-store = true;
       trusted-users = [ "root" "nixremote" ];
     };
     gc = {
-      automatic = true;
       dates = "08:15";
-      options = "--delete-older-than 14d";
     };
     optimise = {
       automatic = true;
@@ -270,10 +266,6 @@ in
     Defaults:root,%wheel env_keep+=EDITOR
   '';
 
-  nixpkgs = {
-    config.allowUnfree = true;
-  };
-
   programs.fish = {
     enable = true;
     interactiveShellInit = ''