This commit is contained in:
Lilith 2026-01-14 03:59:54 +01:00
parent 3a18faedd8
commit 916ebc7421
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ creation_rules:
- path_regex: secrets/.+$
key_groups:
- pgp: [ *lilith ]
age: [ *lilith-pad, *lilith-pc ]
age: [ *lilith-pad, *lilith-pc, *lilith-lab ]

View file

@ -16,7 +16,7 @@
"lilith-lab" = {
user = "lilith";
hostname = "nixserver";
hostname = "lilith-lab";
};
"lilith-lab-proxy" = {

View file

@ -13,7 +13,7 @@
ports = [ 22 ];
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
PasswordAuthentication = true;
};
};