nix-config/modules2/openssh/enable.nix
Oliver Davies ce1fa163fd
All checks were successful
/ check (push) Successful in 1m34s
Move openssh configuration
2025-07-25 10:33:49 +01:00

3 lines
61 B
Nix

{
flake.modules.nixos.pc.services.openssh.enable = true;
}