aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-03-03 01:37:10 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-03-03 01:48:23 +0100
commit0efc98bb10c3d1d7a6230b16e0e6caea0db16160 (patch)
tree9000ade07a353d7c8eaca42a073aa6acbec5aeda
parentf5ef667f54e37a0652463c04df4fa9b634a75756 (diff)
downloadNix-0efc98bb10c3d1d7a6230b16e0e6caea0db16160.tar.gz
Nix-0efc98bb10c3d1d7a6230b16e0e6caea0db16160.tar.zst
Nix-0efc98bb10c3d1d7a6230b16e0e6caea0db16160.zip
Bump psql version on zoldene
-rw-r--r--deploy/flake.lock4
-rw-r--r--flake.lock4
-rw-r--r--flakes/flake.lock2
-rw-r--r--systems/zoldene/logging.nix4
4 files changed, 7 insertions, 7 deletions
diff --git a/deploy/flake.lock b/deploy/flake.lock
index 984a670..e469f5a 100644
--- a/deploy/flake.lock
+++ b/deploy/flake.lock
@@ -2783,7 +2783,7 @@
2783 }, 2783 },
2784 "locked": { 2784 "locked": {
2785 "lastModified": 1, 2785 "lastModified": 1,
2786 "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=", 2786 "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=",
2787 "path": "../flakes", 2787 "path": "../flakes",
2788 "type": "path" 2788 "type": "path"
2789 }, 2789 },
@@ -3974,7 +3974,7 @@
3974 }, 3974 },
3975 "locked": { 3975 "locked": {
3976 "lastModified": 1, 3976 "lastModified": 1,
3977 "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", 3977 "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
3978 "path": "../systems/zoldene", 3978 "path": "../systems/zoldene",
3979 "type": "path" 3979 "type": "path"
3980 }, 3980 },
diff --git a/flake.lock b/flake.lock
index af87a2a..5a03366 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2664,7 +2664,7 @@
2664 }, 2664 },
2665 "locked": { 2665 "locked": {
2666 "lastModified": 1, 2666 "lastModified": 1,
2667 "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=", 2667 "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=",
2668 "path": "./flakes", 2668 "path": "./flakes",
2669 "type": "path" 2669 "type": "path"
2670 }, 2670 },
@@ -3990,7 +3990,7 @@
3990 }, 3990 },
3991 "locked": { 3991 "locked": {
3992 "lastModified": 1, 3992 "lastModified": 1,
3993 "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", 3993 "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
3994 "path": "../systems/zoldene", 3994 "path": "../systems/zoldene",
3995 "type": "path" 3995 "type": "path"
3996 }, 3996 },
diff --git a/flakes/flake.lock b/flakes/flake.lock
index 53e0808..5eb06c6 100644
--- a/flakes/flake.lock
+++ b/flakes/flake.lock
@@ -3895,7 +3895,7 @@
3895 }, 3895 },
3896 "locked": { 3896 "locked": {
3897 "lastModified": 1, 3897 "lastModified": 1,
3898 "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=", 3898 "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
3899 "path": "../systems/zoldene", 3899 "path": "../systems/zoldene",
3900 "type": "path" 3900 "type": "path"
3901 }, 3901 },
diff --git a/systems/zoldene/logging.nix b/systems/zoldene/logging.nix
index b5f1e16..a0f8c9d 100644
--- a/systems/zoldene/logging.nix
+++ b/systems/zoldene/logging.nix
@@ -35,7 +35,7 @@ let
35 }; 35 };
36 }; 36 };
37 yamlFormat = pkgs.formats.yaml {}; 37 yamlFormat = pkgs.formats.yaml {};
38 psqlVersion = pkgs.postgresql_13.psqlSchema; 38 psqlVersion = pkgs.postgresql_16.psqlSchema;
39in 39in
40{ 40{
41 disko.devices.zpool.zfast.datasets."root/persist/var/lib/loki" = 41 disko.devices.zpool.zfast.datasets."root/persist/var/lib/loki" =
@@ -112,7 +112,7 @@ in
112 }; 112 };
113 services.postgresql = { 113 services.postgresql = {
114 enable = true; 114 enable = true;
115 package = pkgs.postgresql_13; 115 package = pkgs.postgresql_16;
116 ensureDatabases = [ "fluentbit" ]; 116 ensureDatabases = [ "fluentbit" ];
117 ensureUsers = [ 117 ensureUsers = [
118 { 118 {