From 9b4ad5096a213eb9fe404a703087529163098549 Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Thu, 29 May 2025 15:36:10 -0700 Subject: [PATCH] Onizuka, enable postgres --- hosts/onizuka/host.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/onizuka/host.nix b/hosts/onizuka/host.nix index 5b139c5..c48f020 100644 --- a/hosts/onizuka/host.nix +++ b/hosts/onizuka/host.nix @@ -23,6 +23,8 @@ aagl.honkai-rail = true; input-remapper.enable = true; + postgres.enable = true; + shell.enabledShells = [ "fish" ]; shell.defaultShell = "fish"; }