This commit is contained in:
iFargle 2023-08-05 22:07:38 +09:00
parent 63075c81e9
commit 5b72e3c563

View file

@ -7,7 +7,9 @@
autoUpgrade = { autoUpgrade = {
enable = true; enable = true;
allowReboot = false; allowReboot = false;
channel = https://channels.nixos.org/nixos-23.05; # channel = https://channels.nixos.org/nixos-23.05;
# https://search.nixos.org/options?channel=unstable&show=system.autoUpgrade.flake&from=0&size=50&sort=relevance&type=packages&query=Autoupgrade
flake = "path:../../flake.nix" # Should be /etc/nixos/flake.nix
}; };
}; };