summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2025-02-13 21:46:05 +0100
committerAlan Pearce2025-02-13 21:46:05 +0100
commit1402361310f86dd85190cacb3be3d18bf8dc7705 (patch)
treec2767bed7f881de2f605b886e072d2c3b9bfb638 /system
parent91d71a8854f52061910081d518be90a6c72a0596 (diff)
downloadnixfiles-1402361310f86dd85190cacb3be3d18bf8dc7705.tar.lz
nixfiles-1402361310f86dd85190cacb3be3d18bf8dc7705.tar.zst
nixfiles-1402361310f86dd85190cacb3be3d18bf8dc7705.zip
linde: remove duplicated settings
Diffstat (limited to 'system')
-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 = ''