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/.+$
|
- path_regex: secrets/.+$
|
||||||
key_groups:
|
key_groups:
|
||||||
- pgp: [ *lilith ]
|
- pgp: [ *lilith ]
|
||||||
age: [ *lilith-pad, *lilith-pc ]
|
age: [ *lilith-pad, *lilith-pc, *lilith-lab ]
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
"lilith-lab" = {
|
"lilith-lab" = {
|
||||||
user = "lilith";
|
user = "lilith";
|
||||||
hostname = "nixserver";
|
hostname = "lilith-lab";
|
||||||
};
|
};
|
||||||
|
|
||||||
"lilith-lab-proxy" = {
|
"lilith-lab-proxy" = {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
ports = [ 22 ];
|
ports = [ 22 ];
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue