Disable nixos autoupgrades

This commit is contained in:
Jonas Juselius
2021-07-01 10:56:30 +02:00
parent 5d4e003e7e
commit 196e7412a5
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ let
cfg = config.node;
configuration = {
system.autoUpgrade.enable = lib.mkForce false;
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;