Files
nixos/utils/modules/autoupgrade.nix

8 lines
173 B
Nix

{ config, ... }:
{
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;
system.autoUpgrade.channel = "https://channels.nixos.org/nixos-23.05";
}