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 = {}; };