hosts: typo autoupdate
This commit is contained in:
parent
2277c363dd
commit
3b886aa6ad
@ -190,17 +190,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
system = { # NixOS settings
|
system = { # NixOS settings
|
||||||
# autoUpgrade = { # Allow auto update
|
autoUpgrade = { # Allow auto update
|
||||||
# enable = true;
|
enable = true;
|
||||||
# flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
|
flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
|
||||||
# randomizedDelaySec = "5m";
|
randomizedDelaySec = "5m";
|
||||||
# allowReboot = true;
|
allowReboot = true;
|
||||||
# reboot.Window = {
|
rebootWindow = {
|
||||||
# lower = "02:00";
|
lower = "02:00";
|
||||||
# upper = "05:00";
|
upper = "05:00";
|
||||||
# };
|
};
|
||||||
# channel = "https://nixos.org/channels/nixos-unstable";
|
channel = "https://nixos.org/channels/nixos-unstable";
|
||||||
# };
|
};
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
|
flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
|
||||||
randomizedDelaySec = "5m";
|
randomizedDelaySec = "5m";
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
reboot.Window = {
|
rebootWindow = {
|
||||||
lower = "02:00";
|
lower = "02:00";
|
||||||
upper = "05:00";
|
upper = "05:00";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user