arhcive use ssh service instead of hand-rolling

doc-do-over
Daniel Barlow 2023-08-31 23:59:48 +01:00
parent 66ccea1487
commit d7336679c4
1 changed files with 1 additions and 7 deletions

View File

@ -64,13 +64,7 @@ in rec {
dependencies = [ config.services.hostname ];
};
services.sshd = longrun {
name = "sshd";
run = ''
mkdir -p /run/dropbear
${dropbear}/bin/dropbear -E -P /run/dropbear.pid -R -F
'';
};
services.sshd = svc.ssh.build { };
services.watchdog =
let