phantom: disable auto reboots since it's a container

This commit is contained in:
Leonardo Eugênio 2024-03-30 16:31:48 -03:00
parent f897680775
commit 748a3ba0ba

View file

@ -30,7 +30,6 @@
system.autoUpgrade = {
enable = true;
dates = "04:40";
allowReboot = true;
operation = "switch";
flags = [ "--update-input" "nixpkgs" "--no-write-lock-file" "-L" ];
flake = "github:lelgenio/nixos-config#phantom";