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