nixos/system/autoupgrade.nix

7 lines
130 B
Nix
Raw Normal View History

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