generated from john/nix-docker
impure
This commit is contained in:
2
home.nix
2
home.nix
@@ -26,7 +26,7 @@ in
|
||||
homeDirectory = "${homePath}";
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "nfs" ''
|
||||
sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname}
|
||||
sudo nixos-rebuild switch --flake ${homePath}#${hostname} --impure
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "init-panoptes" ''
|
||||
sudo -u git clone -b ${repoBranch} ${repoURL} /srv/panoptes
|
||||
|
||||
Reference in New Issue
Block a user