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
|
|
@ -45,10 +45,13 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
meta.ports.list = [
|
||||
cfg.syncPort
|
||||
cfg.gui.port
|
||||
];
|
||||
meta = {
|
||||
domains.list = lib.mkIf cfg.isServer [ cfg.gui.domain ];
|
||||
ports.list = [
|
||||
cfg.syncPort
|
||||
cfg.gui.port
|
||||
];
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue