summary refs log tree commit diff
path: root/host/Rory-portable/postgres.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-portable/postgres.nix')
-rwxr-xr-xhost/Rory-portable/postgres.nix7
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" ];