Update to 25.11 beta
This commit is contained in:
parent
d7ff944e53
commit
3cf8570595
6 changed files with 113 additions and 111 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ in {
|
|||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-actions-runner;
|
||||
package = pkgs.forgejo-runner;
|
||||
instances.default = {
|
||||
enable = true;
|
||||
name = "stargate";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue