clone script

This commit is contained in:
John Lancaster
2024-12-08 13:33:04 -06:00
parent 50bb31a670
commit fc2ef9344e

View File

@@ -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";