From c3e1d2bfb7c52a580376c4e8178cf343d2e8e4eb Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sat, 27 Dec 2025 16:23:42 +0800 Subject: [PATCH] devices.pc: enable postgresql --- devices/pc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 5abf5202..1ec50096 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -103,6 +103,7 @@ inputs: mariadb.mountFrom = "nodatacow"; open-webui.ollamaHost = "127.0.0.1"; howdy = {}; + postgresql.enable = true; }; bugs = [ "amdpstate" ]; packages = { mathematica = {}; vasp = {}; };