mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 07:45:20 -04:00
Add dots.ports module: fleet-wide service port registry (nixnuc + hetznix01)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
84a5c695b0
commit
94fdc678e4
15 changed files with 353 additions and 135 deletions
|
|
@ -22,9 +22,9 @@ in
|
|||
];
|
||||
migrationsDir = inputs.cup-collector.packages.${pkgs.stdenv.hostPlatform.system}.migrations;
|
||||
pbBindIp = "0.0.0.0";
|
||||
pbPort = 8091; # override default due to conflict
|
||||
pbPort = config.dots.ports.pocketbase.port; # override default due to conflict
|
||||
pocketidIssuerUrl = config.services.pocket-id.settings.APP_URL;
|
||||
port = 3010; # override default due to conflict
|
||||
inherit (config.dots.ports.cup-collector) port; # override default due to conflict
|
||||
};
|
||||
|
||||
restic.backups.daily = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue