Add luks-ssh to lindberg

This commit is contained in:
qo.is sysadmin 2021-04-10 18:37:07 +02:00
parent c899616768
commit a572c0ab37
2 changed files with 31 additions and 6 deletions

View file

@ -6,4 +6,10 @@ in {
networking.useDHCP = false;
networking.interfaces.enp5s0.useDHCP = true;
services.qois.luks-ssh = {
enable = true;
interface = "enp5s0";
sshPort = 2222;
};
}