From c77371daaefe5869f2e460c03c157f21e2bb602a Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 30 Apr 2026 12:36:04 -0400 Subject: [PATCH] set update.nix to gitea --- common/optional/update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/optional/update.nix b/common/optional/update.nix index dc5e43c..1fdb7f7 100644 --- a/common/optional/update.nix +++ b/common/optional/update.nix @@ -4,7 +4,7 @@ flags = [ "--accept-flake-config" ]; randomizedDelaySec = "1h"; persistent = true; - flake = "github:RichieCahill/dotfiles"; + flake = "git+https://gitea.tmmworkshop.com/richie/dotfiles?ref=main"; allowReboot = true; dates = "Sat *-*-* 06:00:00"; };