Update nextclout 32 and ripgrep as dev tool

This commit is contained in:
pazpi 2025-11-20 13:26:33 +01:00
parent c007733fca
commit 060c08cea1
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@ in
zellij zellij
openssl openssl
nixfmt-rfc-style nixfmt-rfc-style
ripgrep
]; ];
interactiveShellInit = '' interactiveShellInit = ''

View file

@ -73,7 +73,7 @@ in
nextcloud = { nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud31; package = pkgs.nextcloud32;
hostName = "cloud.${cfg.proxy.domain}"; hostName = "cloud.${cfg.proxy.domain}";
https = true; https = true;
nginx.recommendedHttpHeaders = true; nginx.recommendedHttpHeaders = true;