refactor: standardized instance records

This commit is contained in:
Nick 2025-06-22 11:51:36 -05:00
parent 6b2a601776
commit a32993db4c
40 changed files with 310 additions and 239 deletions

View file

@ -1,13 +1,13 @@
{ instancesFunctions }:
let
inherit (instancesFunctions)
audiobookshelfLabel
audiobookshelfName
domain0
servicePath
sslPath
sopsPath
;
audiobookshelfLabel = "Audiobookshelf";
audiobookshelfName = "audiobookshelf";
audiobookshelfSubdomain = "books";
audiobookshelfDomain = "${audiobookshelfSubdomain}.${domain0}";
in