From dd7b872694441a96b8b042ccbc4b63a96d0b89b9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 4 Jul 2024 14:59:36 +0200 Subject: Nixfmt --- host/Rory-desktop/postgres.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'host/Rory-desktop/postgres.nix') 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 @@ }; } - -- cgit 1.4.1