This commit is contained in:
TheWanderingCrow 2025-01-15 13:27:51 -05:00
parent 5ac16e3ad8
commit 9a356932f4

5
modules/security/ssh.nix Normal file
View file

@ -0,0 +1,5 @@
{
services.openssh = {
enable = true;
};
}