Update postgres to 15
This commit is contained in:
parent
228bc6005a
commit
2949bcef85
|
@ -68,6 +68,8 @@
|
||||||
virtualization = { docker = true; };
|
virtualization = { docker = true; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Set postgres version
|
||||||
|
services.postgresql.package = pkgs.postgresql_15;
|
||||||
# Configure bootloader
|
# Configure bootloader
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in New Issue