Fix typo in getting flakeURL for autoUpgrade

This commit is contained in:
Evie Litherland-Smith 2024-02-25 07:53:58 +00:00
parent f542e2a922
commit b7a21f3377

View file

@ -1,5 +1,5 @@
{config, ...}: let
flakeURL = config.registry.nixos.to.url;
flakeURL = config.nix.registry.nixos.to.url;
in {
system.autoUpgrade = {
enable = true;