system/hosts/tatos/services/default.nix

9 lines
63 B
Nix

{ ... }:
{
imports = [
./wireguard
./dns.nix
];
}