Update nextclout 32 and ripgrep as dev tool
This commit is contained in:
parent
c007733fca
commit
060c08cea1
2 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ in
|
||||||
zellij
|
zellij
|
||||||
openssl
|
openssl
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
ripgrep
|
||||||
];
|
];
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue