From b16ab9e230877290d5b5ab1ff2cc3654c5707901 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:37:48 -0600 Subject: [PATCH] renamed --- homeManagerModules/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/home.nix b/homeManagerModules/home.nix index 6613490..554ab1c 100644 --- a/homeManagerModules/home.nix +++ b/homeManagerModules/home.nix @@ -24,7 +24,7 @@ in (pkgs.writeShellScriptBin "nfs" '' sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname} '') - (pkgs.writeShellScriptBin "init" '' + (pkgs.writeShellScriptBin "init-panoptes" '' sudo -u git clone -b reorg https://gitea.john-stream.com/john/loki-nix /srv/panoptes '') git