feat: add ssh config for hydra
This commit is contained in:
parent
42a06fec96
commit
22df8d4baa
1 changed files with 9 additions and 0 deletions
|
|
@ -77,6 +77,15 @@
|
||||||
users = {
|
users = {
|
||||||
"noa" = import ./home.nix;
|
"noa" = import ./home.nix;
|
||||||
"root" = import ./root.nix;
|
"root" = import ./root.nix;
|
||||||
|
"hydra" = { ... }: {
|
||||||
|
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||||
|
home.file = {
|
||||||
|
".ssh/config".text = ''
|
||||||
|
Host 192.168.42.5
|
||||||
|
User noa
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue