manual_inherit
This commit is contained in:
@@ -18,9 +18,11 @@ let
|
||||
options = { };
|
||||
moduleConfig = {
|
||||
services.authentik = {
|
||||
inherit (cfg) environmentFile;
|
||||
enable = true;
|
||||
environmentFile = cfg.environmentFile;
|
||||
settings.port = cfg.port;
|
||||
settings = {
|
||||
inherit (cfg) port;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user