mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Improve domain conflict messages by setting domains per service
This commit is contained in:
parent
44520b3cd2
commit
56b28f055d
9 changed files with 36 additions and 15 deletions
|
|
@ -25,7 +25,10 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
meta.ports.list = [ cfg.port ];
|
||||
meta = {
|
||||
domains.list = [ cfg.domain ];
|
||||
ports.list = [ cfg.port ];
|
||||
};
|
||||
|
||||
sops.secrets."nextcloud/admin-password".owner = user;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue