From d29348ec64ed32c4ded477b39791454011bdb8fe Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 25 Dec 2023 16:51:58 -0500 Subject: [PATCH] Fix autoUpgrade Signed-off-by: ahuston-0 --- systems/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/configuration.nix b/systems/configuration.nix index 6e5d651..f8c9f5f 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -127,7 +127,9 @@ enable = true; randomizedDelaySec = "1h"; persistent = true; - flake = "github:RAD-Development/nix-dotfiles"; + # Running this since this is private right now. + # Need to set up a ssh-key for github for autoUpgrade + flake = "git+ssh://git@github.com/RAD-Development/nix-dotfiles"; }; }; }