Add extra SSH configurations to Marauder
This commit is contained in:
parent
e7100daf2f
commit
227bf853ab
1 changed files with 13 additions and 0 deletions
|
|
@ -103,6 +103,19 @@
|
|||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host quasar
|
||||
HostName consortium.chat
|
||||
IdentityFile ~/.ssh/LightsailDefaultKey-us-west-2.pem
|
||||
|
||||
Host monolith
|
||||
HostName 10.243.210.154
|
||||
|
||||
Host fennbox
|
||||
HostName 10.243.109.199
|
||||
User fenn
|
||||
'';
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue