From 0c4d95b64c6a4577d17b875b90e210bec76020ba Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 26 Aug 2024 22:51:21 +0500 Subject: feat: add polkit and postgres --- nixos/pc/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nixos') diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index f77564f..e4cb669 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -20,8 +20,18 @@ enable = true; displayManager.startx.enable = true; }; + + services.postgresql = { + enable = true; + }; services.openssh.enable = true; + security.polkit = { + enable = true; + }; + environment.systemPackages = with pkgs; [ + lxqt.lxqt-policykit + ]; greetd.command = "startx"; -- cgit v1.2.3