summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-12-15 15:43:11 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-12-15 15:43:11 -0500
commit230ee8c37f09ac32cabf199704184c099f48ee2c (patch)
tree5de4d80679ea295a0a05d92fda4d2ce0732504b0 /modules/common.nix
parentfa7b6642979b015f4b551b7a4a7e44a5e5988608 (diff)
Update dragon
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
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;