]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Bump psql version on zoldene
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 3 Mar 2024 00:37:10 +0000 (01:37 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 3 Mar 2024 00:48:23 +0000 (01:48 +0100)
deploy/flake.lock
flake.lock
flakes/flake.lock
systems/zoldene/logging.nix

index 984a670c75d8d1eba305594347e2e8c27ece3d4b..e469f5ac1a7b6b126b1e2f3375d682cefc0f239a 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=",
+        "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=",
         "path": "../flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=",
+        "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
         "path": "../systems/zoldene",
         "type": "path"
       },
index af87a2aea201fbc09d52b0ab30627081969af666..5a033661078bf0b38ca40cfae86abd626d0d315f 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-BSLDSxgA1/hX6EBS+dDIlBB3ogb3d8hP6gLNb99Z/oo=",
+        "narHash": "sha256-MC76gRRjkPwqZjcPsDrZiVYqUBdRNAeA6bUx6Ru5cWc=",
         "path": "./flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=",
+        "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
         "path": "../systems/zoldene",
         "type": "path"
       },
index 53e0808059c24a5f47185d856847191a7966555e..5eb06c60815c417c6d53b10c1a5a8983edb2423a 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=",
+        "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
         "path": "../systems/zoldene",
         "type": "path"
       },
index b5f1e160681386bb2f3558b7d537e5f6bdab261d..a0f8c9dc83ab8a09fc97d9256db77a6a1ea5a68a 100644 (file)
@@ -35,7 +35,7 @@ let
     };
   };
   yamlFormat = pkgs.formats.yaml {};
-  psqlVersion = pkgs.postgresql_13.psqlSchema;
+  psqlVersion = pkgs.postgresql_16.psqlSchema;
 in
 {
   disko.devices.zpool.zfast.datasets."root/persist/var/lib/loki" =
@@ -112,7 +112,7 @@ in
   };
   services.postgresql = {
     enable = true;
-    package = pkgs.postgresql_13;
+    package = pkgs.postgresql_16;
     ensureDatabases = [ "fluentbit" ];
     ensureUsers = [
       {