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