system/hosts/tatos/services/default.nix

11 lines
94 B
Nix

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