kaas
This commit is contained in:
parent
5c1e6807b6
commit
cf9dcf2568
12 changed files with 244 additions and 137 deletions
|
|
@ -27,8 +27,8 @@ in {
|
|||
options = {
|
||||
enable = mkEnableOption "Enable configured *arr services";
|
||||
|
||||
persistence_instance = mkOption {
|
||||
type = types.str;
|
||||
database = mkOption {
|
||||
type = types.anything; #ardaLib.types.endpoint;
|
||||
};
|
||||
|
||||
services = mkOption {
|
||||
|
|
@ -77,7 +77,7 @@ in {
|
|||
|> lib.imap1 (i: name: {
|
||||
inherit name;
|
||||
value = {
|
||||
port = 2000 + i;
|
||||
endpoint.port = 2000 + i;
|
||||
};
|
||||
})
|
||||
|> lib.listToAttrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue