From 0120a1b8c3afb18f31280ff082ac0dbbfe8ce0e9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 21 May 2024 09:13:25 +0100 Subject: [PATCH] Fix typo in autoUpgrade flakeURL --- configuration/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/default.nix b/configuration/default.nix index 05465577..12379287 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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";