diff options
Diffstat (limited to 'host/Rory-portable/postgres.nix')
-rwxr-xr-x | host/Rory-portable/postgres.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/host/Rory-portable/postgres.nix b/host/Rory-portable/postgres.nix index 60fd8d6..7223f6a 100755 --- a/host/Rory-portable/postgres.nix +++ b/host/Rory-portable/postgres.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { #systemd.tmpfiles.rules = [ "d /mnt/postgres/data 0750 postgres postgres" ]; |