Disable nixos autoupgrades
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user