8 lines
173 B
Nix
8 lines
173 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
system.autoUpgrade.enable = true;
|
|
system.autoUpgrade.allowReboot = false;
|
|
system.autoUpgrade.channel = "https://channels.nixos.org/nixos-23.11";
|
|
}
|