Sesame maintenance

This commit is contained in:
Julien Hémono 2025-11-17 20:59:31 +01:00
parent 5ec42b9430
commit 3fd4640188
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
# Nextcloud # Nextcloud
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
package = pkgs.nextcloud31; package = pkgs.nextcloud32;
hostName = "suite.hemono.fr"; hostName = "suite.hemono.fr";
https = true; https = true;
# phpOptions = { # phpOptions = {

View file

@ -4,5 +4,6 @@
services.transmission = { services.transmission = {
enable = true; enable = true;
openPeerPorts = true; openPeerPorts = true;
package = pkgs.transmission_4;
}; };
} }