This commit is contained in:
John Lancaster
2024-12-09 17:38:18 -06:00
parent fdb9d8717d
commit afe391ef8e
4 changed files with 29 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ in
homeDirectory = "${homePath}";
packages = [
(pkgs.writeShellScriptBin "nfs" ''
sudo nixos-rebuild switch --flake ${homePath}#${hostname} --impure
sudo nixos-rebuild switch --flake ${homePath}#${hostName} --impure
'')
(pkgs.writeShellScriptBin "init-panoptes" ''
sudo -u git clone -b ${repoBranch} ${repoURL} /srv/panoptes