nixos: services: remove redundant subdomains

See previous commit for the defaults.
This commit is contained in:
Bruno BELANYI 2023-12-25 19:42:20 +01:00
parent b7a4bc063f
commit 6948424b81
22 changed files with 1 additions and 30 deletions

View file

@ -54,12 +54,10 @@ in
my.services.nginx.virtualHosts = {
woodpecker = {
subdomain = "woodpecker";
inherit (cfg) port;
};
# I might want to be able to RPC from other hosts in the future
woodpecker-rpc = {
subdomain = "woodpecker-rpc";
port = cfg.rpcPort;
};
};