pixnix: add sshd

This commit is contained in:
John Bowdre 2023-09-23 21:08:45 -05:00
parent a75028bfdc
commit 3a9be32cbe
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
services.sshd.enable = true;
}

View File

@ -10,6 +10,7 @@
../common/users/john
../common/optional/docker.nix
../common/optional/sshd.nix
];
boot = {