nix-config/modules/nix/networking/default.nix
2025-08-09 13:19:45 +02:00

7 lines
50 B
Nix

{ ... }:
{
imports = [
./openssh.nix
];
}