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