i can't remember what caused this...
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
# ../profiles/mount-mossnet
|
||||
../profiles/freshrss
|
||||
../profiles/microbin
|
||||
# ../profiles/postgres_upgrade_script
|
||||
];
|
||||
|
||||
# Capsul specific
|
||||
@@ -27,11 +28,11 @@
|
||||
privateKeyFile = "/run/agenix/helix-wg";
|
||||
};
|
||||
|
||||
services.postgresql.package = pkgs.postgresql_11;
|
||||
services.postgresql.package = pkgs.postgresql_15;
|
||||
services.postgresqlBackup = {
|
||||
# TODO needs working wireguard to box
|
||||
enable = false;
|
||||
databases = [ "gitea" "freshrss" "woodpecker" ];
|
||||
databases = [ "gitea" "freshrss" ]; # "woodpecker"
|
||||
location = "/mnt/two/postgres";
|
||||
};
|
||||
|
||||
@@ -41,7 +42,7 @@
|
||||
paths = [
|
||||
"/var/lib/gitea"
|
||||
"/var/lib/freshrss"
|
||||
"/var/lib/woodpecker"
|
||||
# "/var/lib/woodpecker"
|
||||
"/var/lib/microbin"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user