nixos/hosts/Vanguard/configuration.nix

7 lines
153 B
Nix

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