nixos-config/nixos/components/network/default.nix
2022-10-13 10:51:21 +02:00

8 lines
70 B
Nix

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