This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-18 17:44:08 -06:00
parent a5fa2f1e63
commit cf18909213
3 changed files with 10 additions and 4 deletions

View file

@ -41,6 +41,9 @@
(pkgs.writeShellScriptBin "deploy_i001" ''
NIX_SSHOPTS="-i /run/agenix/nix2nix" nixos-rebuild --flake $(git rev-parse --show-toplevel)'/hosts/i001' --target-host root@10.12.14.119 --use-substitutes --no-reexec switch
'')
(pkgs.writeShellScriptBin "deploy_h002" ''
NIX_SSHOPTS="-i /run/agenix/nix2nix" nixos-rebuild --flake $(git rev-parse --show-toplevel)'/hosts/h002' --target-host root@10.12.14.183 --use-substitutes --no-reexec switch
'')
];
};
}