diff --git a/homeManagerModules/home.nix b/homeManagerModules/home.nix index 4c4eadb..6613490 100644 --- a/homeManagerModules/home.nix +++ b/homeManagerModules/home.nix @@ -24,6 +24,10 @@ in (pkgs.writeShellScriptBin "nfs" '' 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";