This commit is contained in:
Lilith 2025-09-24 23:25:19 +02:00
parent 4eb4149953
commit d990db145d
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
5 changed files with 186 additions and 179 deletions

View file

@ -5,7 +5,7 @@
sops.secrets."ssh/nixremote/private" = {
sopsFile = ../../secrets/default.yaml;
path = "/root/.ssh/nixremote";
mode = "444";
mode = "600";
};
services.openssh = {
@ -22,12 +22,12 @@
Host lilith-server-builder
HostName firelilith.org
User nixremote
IdentityFile /root/.ssh/nixremote
IdentityFile /home/lilith/.ssh/nixremote
ConnectTimeout 5
Host lilith-pc-builder
HostName lilith-pc
User nixremote
IdentityFile /root/.ssh/nixremote
IdentityFile /home/lilith/.ssh/nixremote
ConnectTimeout 5
'';
};