Add luks-ssh to lindberg
This commit is contained in:
parent
c899616768
commit
a572c0ab37
2 changed files with 31 additions and 6 deletions
|
@ -6,4 +6,10 @@ in {
|
|||
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.enp5s0.useDHCP = true;
|
||||
|
||||
services.qois.luks-ssh = {
|
||||
enable = true;
|
||||
interface = "enp5s0";
|
||||
sshPort = 2222;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue