diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-12-15 15:43:11 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-12-15 15:43:11 -0500 |
commit | 230ee8c37f09ac32cabf199704184c099f48ee2c (patch) | |
tree | 5de4d80679ea295a0a05d92fda4d2ce0732504b0 /modules/common.nix | |
parent | fa7b6642979b015f4b551b7a4a7e44a5e5988608 (diff) |
Update dragon
Diffstat (limited to 'modules/common.nix')
-rw-r--r-- | modules/common.nix | 2 |
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; |