nix-infra/hosts/tor-relay/default.nix
2023-07-15 23:29:49 +02:00

8 lines
70 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./tor.nix
];
}