nixos/dafoe/services/ssh.nix

5 lines
69 B
Nix
Raw Permalink Normal View History

2024-05-08 11:03:22 +02:00
{
# Enable the OpenSSH daemon.
services.openssh.enable = true;
2024-05-08 16:35:56 +02:00
}