broke out ssh module

This commit is contained in:
John Lancaster
2025-07-02 22:56:10 -05:00
parent 97b2e05f80
commit c1a9e401cb
3 changed files with 37 additions and 72 deletions

View File

@@ -4,6 +4,10 @@ let
in
{
environment.systemPackages = with pkgs; [
(writeShellScriptBin "nhmu" ''
nix flake update --flake ~/.config/home-manager
nix run home-manager -- switch --flake ~/.config/home-manager
'')
(pkgs.writeShellScriptBin "nfs" ''
sudo nixos-rebuild switch --flake $(readlink -f /etc/nixos)#${hostName} --impure
'')