Files
nixos-flake/nixosModules/openssh.nix
T
2026-01-12 10:16:59 +01:00

6 lines
54 B
Nix

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