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