stuff
This commit is contained in:
parent
3a18faedd8
commit
916ebc7421
3 changed files with 3 additions and 3 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
"lilith-lab" = {
|
||||
user = "lilith";
|
||||
hostname = "nixserver";
|
||||
hostname = "lilith-lab";
|
||||
};
|
||||
|
||||
"lilith-lab-proxy" = {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
ports = [ 22 ];
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
PasswordAuthentication = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue