Fix typo in autoUpgrade flakeURL
This commit is contained in:
parent
f0dbbfb86c
commit
0120a1b8c3
|
@ -33,7 +33,7 @@
|
|||
system = {
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+${config.nix.registry.nixos.to.url}";
|
||||
flake = "git+${config.nix.registry.my-nixos.to.url}";
|
||||
allowReboot = lib.mkDefault false;
|
||||
};
|
||||
stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in a new issue