From e31d04e2734281b1bb25db9af130803f99ec3c86 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:59:19 +0000 Subject: [PATCH] changed clone name --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 46fd020..2e957d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,7 @@ in (pkgs.writeShellScriptBin "nrbsu" '' sudo nix-channel --update && sudo nixos-rebuild switch '') - (pkgs.writeShellScriptBin "setup" '' + (pkgs.writeShellScriptBin "ad-clone" '' if [ ! -d ${adPath} ]; then sudo git clone https://gitea.john-stream.com/john/ad-nix ${adPath} sudo chown -R appdaemon:users ${adPath}