{config, libs, pkgs, ... }: { # Enable Automatic Updates system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true; # Enable Automatic Garbage Collection nix.gc.automatic = true; # Use Links to save Disk Space nix.optimise.automatic = true; }