mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 07:14:40 -05:00
refactor: standardized instance records
This commit is contained in:
parent
6b2a601776
commit
a32993db4c
40 changed files with 310 additions and 239 deletions
|
@ -1,13 +1,13 @@
|
|||
{ instancesFunctions }:
|
||||
let
|
||||
inherit (instancesFunctions)
|
||||
audiobookshelfLabel
|
||||
audiobookshelfName
|
||||
domain0
|
||||
servicePath
|
||||
sslPath
|
||||
sopsPath
|
||||
;
|
||||
audiobookshelfLabel = "Audiobookshelf";
|
||||
audiobookshelfName = "audiobookshelf";
|
||||
audiobookshelfSubdomain = "books";
|
||||
audiobookshelfDomain = "${audiobookshelfSubdomain}.${domain0}";
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue