totoro: switch to postgresql_13

This commit is contained in:
Luke Granger-Brown 2021-04-25 21:44:05 +00:00
parent a4631a8fda
commit dfb62d8c7e

View file

@ -45,6 +45,8 @@ in {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
services.postgresql.package = pkgs.postgresql_13;
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
virtualisation = {