Update to 25.11 beta

This commit is contained in:
Aleksandr Lebedev 2025-11-30 18:35:05 +01:00
parent d7ff944e53
commit 3cf8570595
6 changed files with 113 additions and 111 deletions

View file

@ -16,7 +16,7 @@
virtualisation.oci-containers.backend = "podman";
virtualisation.oci-containers.containers.aliasvault = {
image = "ghcr.io/aliasvault/aliasvault:0.24.0";
image = "ghcr.io/aliasvault/aliasvault:0.25.0";
autoStart = true;
ports = [

View file

@ -53,7 +53,7 @@ in {
};
services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
package = pkgs.forgejo-runner;
instances.default = {
enable = true;
name = "stargate";

View file

@ -34,7 +34,7 @@ in {
sops.secrets."services/nextcloud/whiteboard" = {owner = "nextcloud";};
services.nextcloud = {
enable = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
database.createLocally = true;
config = {
dbtype = "pgsql";

View file

@ -10,7 +10,7 @@
myhostname = "stargate.local";
mydestination = "localhost, localhost.com";
relay_domains = "notthebees.org";
relay_domains = ["notthebees.org"];
transport_maps = "hash:/etc/postfix.conf";
inet_interfaces = "all";
};