Merge branch 'main' of git.firelilith.org:lilith/nixos
This commit is contained in:
commit
12c038249c
9 changed files with 211 additions and 181 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue