summary refs log tree commit diff
path: root/host/Rory-postgres/configuration.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:03:16 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:03:16 +0000
commitd6465b7ed0dc877967e4b4c21a4254cae7e0512e (patch)
tree56038070405b6c123a1113eb5e5f25288703cddb /host/Rory-postgres/configuration.nix
parentAdd memory hotplug kernel parameters to base (diff)
downloadRory-Open-Architecture-d6465b7ed0dc877967e4b4c21a4254cae7e0512e.tar.xz
Cleanup
Diffstat (limited to '')
-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 = {