From 8992dd25b0e4f6794b3cbe09d9e0893be34213c2 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 15 Nov 2025 22:51:40 -0600 Subject: [PATCH] test with postgresql --- configuration.nix | 2 ++ home.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1429ccb..c3885e8 100755 --- a/configuration.nix +++ b/configuration.nix @@ -195,6 +195,8 @@ ]; }; + services.postgresql.enable = true; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; diff --git a/home.nix b/home.nix index cc399d3..21e6cf3 100755 --- a/home.nix +++ b/home.nix @@ -18,6 +18,7 @@ grim kdePackages.gwenview minio-client + nodejs_22 prismlauncher slurp sops