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

9 lines
70 B
Nix

{ ... }:
{
imports = [
./sshd
./tinc
./hosts.nix
];
}