Update to nixos 23.11
All checks were successful
Check Flake / check-flake (push) Successful in 1m24s

This commit is contained in:
2024-01-31 21:42:13 -07:00
parent 932b05a42e
commit 800a95d431
8 changed files with 14 additions and 16 deletions

View File

@@ -8,13 +8,12 @@ in
config = lib.mkIf cfg.enable {
services.nextcloud = {
https = true;
package = pkgs.nextcloud25;
package = pkgs.nextcloud26;
hostName = "neet.cloud";
config.dbtype = "sqlite";
config.adminuser = "jeremy";
config.adminpassFile = "/run/agenix/nextcloud-pw";
autoUpdateApps.enable = true;
enableBrokenCiphersForSSE = false;
};
age.secrets.nextcloud-pw = {
file = ../../secrets/nextcloud-pw.age;