Fighting with automatic updates and some other stuff
This commit is contained in:
parent
c85cd1a0c8
commit
e88b04d544
|
@ -19,7 +19,6 @@ in
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
system.autoUpgrade.enable = lib.mkForce false;
|
||||
|
||||
host = {
|
||||
role = "server";
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
dates = "daily";
|
||||
allowReboot = false;
|
||||
operation = "switch";
|
||||
flags = [ "--commit-lock-file" ];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue