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
services.nextcloud = {
enable = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
hostName = "suite.hemono.fr";
https = true;
# phpOptions = {

View file

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