persistent directory for luks keys
parent
2e5ee1f868
commit
469a9ea193
|
@ -217,8 +217,8 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
hostKeys = [{
|
||||
|
@ -300,7 +300,7 @@
|
|||
"/etc/ssh/user_ca.pub"
|
||||
];
|
||||
};
|
||||
|
||||
"/mnt/data" = { directories = [ "/etc/luks-keys" ]; };
|
||||
"/mnt/logs" = { directories = [ "/var/log" ]; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue