nix-config/modules/openssh/enable.nix

4 lines
61 B
Nix
Raw Permalink Normal View History

2025-07-25 10:33:49 +01:00
{
flake.modules.nixos.pc.services.openssh.enable = true;
}