nixos-config/nixos/components/network/default.nix

7 lines
43 B
Nix

{ ... }:
{
imports = [
./sshd
];
}