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