Fix typo in getting flakeURL for autoUpgrade
This commit is contained in:
parent
f542e2a922
commit
b7a21f3377
|
@ -1,5 +1,5 @@
|
||||||
{config, ...}: let
|
{config, ...}: let
|
||||||
flakeURL = config.registry.nixos.to.url;
|
flakeURL = config.nix.registry.nixos.to.url;
|
||||||
in {
|
in {
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue