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
|
||||
#./llm.nix
|
||||
#./nvidia.nix
|
||||
./authentik.nix
|
||||
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;
|
||||
};
|
||||
autoUpdateApps.enable = true;
|
||||
package = pkgs.nextcloud32;
|
||||
package = pkgs.nextcloud33;
|
||||
config = {
|
||||
adminuser = "admin";
|
||||
adminpassFile = config.age.secrets.nextcloud.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue