add h003 ssh target
This commit is contained in:
parent
59070a754d
commit
daf63d5d43
2 changed files with 4 additions and 1 deletions
|
@ -116,6 +116,10 @@ in
|
||||||
identityFile = age.secrets.nix2h002.path;
|
identityFile = age.secrets.nix2h002.path;
|
||||||
user = "luser";
|
user = "luser";
|
||||||
};
|
};
|
||||||
|
"h003" = {
|
||||||
|
identityFile = age.secrets.nix2h003.path;
|
||||||
|
user = "luser";
|
||||||
|
};
|
||||||
# LINODE SERVERS
|
# LINODE SERVERS
|
||||||
"l001" = {
|
"l001" = {
|
||||||
identityFile = age.secrets.nix2linode.path;
|
identityFile = age.secrets.nix2linode.path;
|
||||||
|
|
|
@ -99,7 +99,6 @@ boot.initrd.luks.devices
|
||||||
- Maybe copy hardware/configs over and setup, otherwise do it on the client machine
|
- 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`
|
- git clone nixos-config `git clone https://git.joshuabell.xyz/ringofstorms/dotfiles ~/.config/nixos-config`
|
||||||
- Setup config as needed
|
- Setup config as needed
|
||||||
- top level flake.nix additions
|
|
||||||
- add hosts dir and files needed
|
- add hosts dir and files needed
|
||||||
- `sudo nixos-rebuild switch --flake ~/.config/nixos-config/hosts/$HOSTNAME`
|
- `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`
|
- 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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue