},
"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"
},
},
"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"
},
},
"locked": {
"lastModified": 1,
- "narHash": "sha256-Z7JgLsTt6bsA6zUOj66yAYFg2L8gEPEgOR/YbZtyQGg=",
+ "narHash": "sha256-M3GhXYoHnWpmutLwY4HSpS9+6gNyLG/DWzErI5BKjNI=",
"path": "../systems/zoldene",
"type": "path"
},
};
};
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" =
};
services.postgresql = {
enable = true;
- package = pkgs.postgresql_13;
+ package = pkgs.postgresql_16;
ensureDatabases = [ "fluentbit" ];
ensureUsers = [
{