feat: enable authentik update nextcloud
This commit is contained in:
parent
b0c56c61b5
commit
c3d767124e
2 changed files with 2 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ in {
|
||||||
./mail.nix
|
./mail.nix
|
||||||
#./llm.nix
|
#./llm.nix
|
||||||
#./nvidia.nix
|
#./nvidia.nix
|
||||||
|
./authentik.nix
|
||||||
inputs.mms.module
|
inputs.mms.module
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend;
|
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend;
|
||||||
};
|
};
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
package = pkgs.nextcloud32;
|
package = pkgs.nextcloud33;
|
||||||
config = {
|
config = {
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = config.age.secrets.nextcloud.path;
|
adminpassFile = config.age.secrets.nextcloud.path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue