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