mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
f5d6ceebbf
commit
658b0e097a
2 changed files with 8 additions and 8 deletions
|
@ -26,6 +26,6 @@
|
||||||
# Maybe the port, or some configuration thing. It's unclear.
|
# Maybe the port, or some configuration thing. It's unclear.
|
||||||
# Might actually have to wait for the package to get uncucked. 👇
|
# Might actually have to wait for the package to get uncucked. 👇
|
||||||
|
|
||||||
./nextcloud.nix
|
# ./nextcloud.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,13 +21,13 @@ in {
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud30;
|
||||||
phpOptions."opcache.interned_strings_buffer" = "24";
|
phpOptions."opcache.interned_strings_buffer" = "24";
|
||||||
# extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
# extraApps = {
|
extraApps = {
|
||||||
# inherit
|
inherit
|
||||||
# (config.services.nextcloud.package.packages.apps)
|
(config.services.nextcloud.package.packages.apps)
|
||||||
# calendar
|
calendar
|
||||||
# ;
|
;
|
||||||
# };
|
};
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
adminpassFile = config.sops.secrets."${nextcloud.name}-pass".path;
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue