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 5a0a07b1f8
commit dcc6efeda0
22 changed files with 1 additions and 30 deletions

View file

@ -5,7 +5,6 @@ let
domain = config.networking.domain;
makeHostInfo = subdomain: {
inherit subdomain;
root = "/var/www/${subdomain}";
};