7 lines
153 B
Nix
7 lines
153 B
Nix
{ ... }: {
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
|
allowReboot = true;
|
|
};
|
|
} |