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