This commit is contained in:
Lilith 2026-06-21 14:59:38 +02:00
parent 0057730958
commit bdcb1791ad
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
7 changed files with 52 additions and 40 deletions

View file

@ -1,5 +1,4 @@
{ ... }:
{
{ ... }: {
networking.firewall.allowedTCPPorts = [ 22 ];
sops.secrets."ssh/nixremote/private" = {
@ -22,12 +21,22 @@
Host lilith-server-builder
HostName firelilith.org
User nixremote
IdentityFile /home/lilith/.ssh/nixremote
IdentityFile /root/.ssh/nixremote
ConnectTimeout 5
Host lilith-pc-builder
HostName lilith-pc
User nixremote
IdentityFile /home/lilith/.ssh/nixremote
IdentityFile /root/.ssh/nixremote
ConnectTimeout 5
Host lilith-lab-builder
HostName lilith-lab
User nixremote
IdentityFile /root/.ssh/nixremote
ConnectTimeout 5
Host lilith-pad-builder
HostName lilith-pad
User nixremote
IdentityFile /root/.ssh/nixremote
ConnectTimeout 5
'';
};