Files
2026-01-18 10:04:50 +01:00

6 lines
54 B
Nix

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