From 3ac86ec230e392d454243279594e6000ad265f58 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 1 Jun 2026 18:19:15 -0600 Subject: [PATCH] fix git flake url --- modules/sys/security.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sys/security.nix b/modules/sys/security.nix index 84b9ce5..c538485 100644 --- a/modules/sys/security.nix +++ b/modules/sys/security.nix @@ -2,7 +2,7 @@ security.polkit.enable = true; system.autoUpgrade = { enable = true; - flake = "git+https://k3t.dev/git/nixconf.git?branch=main"; + flake = "git+https://k3t.dev/git/nixconf.git?ref=main"; operation = "boot"; allowReboot = true; rebootWindow = { lower = "10:00"; upper = "14:00"; };