From ebd97336e98a0eebee4a53d0647a99f59fc28d0f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 7 Sep 2022 21:23:56 -0400 Subject: [PATCH] maybe? --- 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 dbcbfbc..7330564 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/rewrite"; + flake = "github:nathans-flakes/System/rewrite"; # Attempt to update daily at 2AM dates = "2:00"; };