Files
2026-05-02 12:52:08 +02:00

5 lines
55 B
Nix

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