zaphod/services: Add ssh

This commit is contained in:
The Hedgehog 2022-08-30 10:43:13 -04:00
parent f4ec886ffb
commit 04e4a62644
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 7 additions and 0 deletions

View file

@ -12,6 +12,7 @@
./pcscd.nix
./pipewire.nix
./spotifyd.nix
./ssh.nix
./tailscale.nix
./unbound.nix
# ./yubikey-agent.nix

View file

@ -0,0 +1,6 @@
{
# services.openssh = {
# enable = true;
# permitRootLogin = "prohibit-password";
# };
}