summary refs log tree commit diff
path: root/host/Rory-postgres/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-postgres/configuration.nix')
-rwxr-xr-xhost/Rory-postgres/configuration.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/Rory-postgres/configuration.nix b/host/Rory-postgres/configuration.nix
index 4f191b2..73647d6 100755
--- a/host/Rory-postgres/configuration.nix
+++ b/host/Rory-postgres/configuration.nix
@@ -13,10 +13,7 @@
       prefixLength = 24;
     } ];
   };
-
-  # environment.systemPackages = with pkgs; [
-  #   postgresql
-  # ];
+  
   systemd.tmpfiles.rules = [  "d /data/pg 0750 postgres postgres" ];
 
   services.postgresql = {