diff options
Diffstat (limited to 'config/nix.nix')
| -rw-r--r-- | config/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nix.nix b/config/nix.nix index a2d25c8..04235c2 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -13,6 +13,8 @@ }; }; + system.autoUpgrade.allowReboot = true; + # disable remote builds nix.settings.max-jobs = 0; nixpkgs.flake = { |
