Files
2026-07-25 23:26:39 +02:00

7 lines
71 B
Nix

{ pkgs, lib, config, ... }:
{
imports = [
./security/ssh.nix
];
}