Files
nix-flake/modules/openssh.nix
2026-01-28 11:41:51 +03:00

3 lines
47 B
Nix

{ ... } : {
services.openssh.enable = true;
}