Fix typo in autoUpgrade flakeURL

This commit is contained in:
Evie Litherland-Smith 2024-05-21 09:13:25 +01:00
parent f0dbbfb86c
commit 0120a1b8c3

View file

@ -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";