From 3318685341a53b89abc9cbd97023311d1862375f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 10 Oct 2022 23:11:05 -0400 Subject: [PATCH] Switch to updating off of sourcehut --- modules/linux/linux/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/linux/base.nix b/modules/linux/linux/base.nix index bd945ca..f116fb1 100644 --- a/modules/linux/linux/base.nix +++ b/modules/linux/linux/base.nix @@ -44,7 +44,7 @@ with lib; enable = true; allowReboot = true; # Update from the flake - flake = "github:nathans-flakes/System"; + flake = "git+https://git.sr.ht/~thatonelutenist/system-flake?ref=trunk"; # Attempt to update daily at 2AM dates = "2:00"; };