From 230ee8c37f09ac32cabf199704184c099f48ee2c Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 15 Dec 2024 15:43:11 -0500 Subject: Update dragon --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 13ef076..cc60640 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -103,7 +103,7 @@ services = { emacs.install = true; emacs.startWithGraphical = true; - postgresql = { package = pkgs.postgresql_12; }; + postgresql = { package = pkgs.postgresql_16; }; openssh.settings.PasswordAuthentication = false; openssh.settings.KbdInteractiveAuthentication = false; fwupd.enable = true; -- cgit v1.2.3