diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index ed8ae32..4fe6c33 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -26,6 +26,8 @@ snapper wireguard + modules.services.postgres + ./filesystem.nix ./kernel.nix ./networking.nix @@ -57,10 +59,12 @@ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; services.printing.enable = true; services.printing.drivers = [ pkgs.epson-escpr pkgs.me.epson-201112j ]; + services.postgresql.ensureDatabases = [ "barista" "barista-dev" ]; nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1u" "python-2.7.18.6-env" "python-2.7.18.6" ]; + }