fix git flake url

This commit is contained in:
k3t
2026-06-01 18:19:15 -06:00
parent f9bbbcf96f
commit 3ac86ec230
+1 -1
View File
@@ -2,7 +2,7 @@
security.polkit.enable = true; security.polkit.enable = true;
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "git+https://k3t.dev/git/nixconf.git?branch=main"; flake = "git+https://k3t.dev/git/nixconf.git?ref=main";
operation = "boot"; operation = "boot";
allowReboot = true; allowReboot = true;
rebootWindow = { lower = "10:00"; upper = "14:00"; }; rebootWindow = { lower = "10:00"; upper = "14:00"; };