clone script
This commit is contained in:
@@ -24,6 +24,10 @@ in
|
|||||||
(pkgs.writeShellScriptBin "nfs" ''
|
(pkgs.writeShellScriptBin "nfs" ''
|
||||||
sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname}
|
sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname}
|
||||||
'')
|
'')
|
||||||
|
(pkgs.writeShellScriptBin "init" ''
|
||||||
|
sudo -u git clone -b reorg https://gitea.john-stream.com/john/loki-nix /srv/panoptes
|
||||||
|
'')
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|||||||
Reference in New Issue
Block a user