diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:03:16 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-24 20:03:16 +0000 |
commit | d6465b7ed0dc877967e4b4c21a4254cae7e0512e (patch) | |
tree | 56038070405b6c123a1113eb5e5f25288703cddb /host/Rory-postgres | |
parent | Add memory hotplug kernel parameters to base (diff) | |
download | Rory-Open-Architecture-d6465b7ed0dc877967e4b4c21a4254cae7e0512e.tar.xz |
Cleanup
Diffstat (limited to 'host/Rory-postgres')
-rwxr-xr-x | host/Rory-postgres/configuration.nix | 5 |
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 = { |