From c1ec2a35dcf3aa920bbd3773ab9a32d2469911ba Mon Sep 17 00:00:00 2001 From: spl3g Date: Wed, 28 Aug 2024 11:42:10 +0300 Subject: fix: move postgres to general --- nixos/general.nix | 5 ++++- nixos/pc/configuration.nix | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'nixos') diff --git a/nixos/general.nix b/nixos/general.nix index 84342a0..142c53b 100644 --- a/nixos/general.nix +++ b/nixos/general.nix @@ -52,7 +52,10 @@ }; networking.nftables.enable = true; - # networking.firewall.enable = false; + + services.postgresql = { + enable = true; + }; boot.loader = { systemd-boot.enable = true; diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index e4cb669..76a4a27 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -21,10 +21,6 @@ displayManager.startx.enable = true; }; - services.postgresql = { - enable = true; - }; - services.openssh.enable = true; security.polkit = { enable = true; -- cgit v1.2.3