add h003 ssh target

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-05 18:11:26 -05:00
parent 59070a754d
commit daf63d5d43
2 changed files with 4 additions and 1 deletions

View file

@ -116,6 +116,10 @@ in
identityFile = age.secrets.nix2h002.path;
user = "luser";
};
"h003" = {
identityFile = age.secrets.nix2h003.path;
user = "luser";
};
# LINODE SERVERS
"l001" = {
identityFile = age.secrets.nix2linode.path;

View file

@ -99,7 +99,6 @@ boot.initrd.luks.devices
- Maybe copy hardware/configs over and setup, otherwise do it on the client machine
- git clone nixos-config `git clone https://git.joshuabell.xyz/ringofstorms/dotfiles ~/.config/nixos-config`
- Setup config as needed
- top level flake.nix additions
- add hosts dir and files needed
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config/hosts/$HOSTNAME`
- Update remote, ssh should work now: `cd ~/.config/nixos-config && git remote remove origin && git remote add origin "ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles" && git pull origin master`