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 ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
system.autoUpgrade.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
host = {
|
host = {
|
||||||
role = "server";
|
role = "server";
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
operation = "switch";
|
operation = "switch";
|
||||||
|
flags = [ "--commit-lock-file" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue