From d8dee1504ee4d856a887250850b5d26c2b71e56b Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Thu, 4 Jan 2024 20:50:46 -0700 Subject: [PATCH] Add postgres to jay lenovo --- nixos/machines/jay-lenovo.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/machines/jay-lenovo.nix b/nixos/machines/jay-lenovo.nix index 399db58d..3540f7a1 100644 --- a/nixos/machines/jay-lenovo.nix +++ b/nixos/machines/jay-lenovo.nix @@ -26,6 +26,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + modules.postgres.enable = true; + networking.networkmanager.enable = true; services.xserver = {