From a1f1cf86376122448894e4465f3c07669b1af0f1 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 20 Jun 2017 07:30:11 -0400 Subject: Fix some tabbing errors. --- config/users.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/users.nix b/config/users.nix index f8c6a9f..aa52193 100644 --- a/config/users.nix +++ b/config/users.nix @@ -17,10 +17,10 @@ fcgi = { name = "fcgi"; group = "fcgi"; uid = 500; }; systemhttpd = { name = "systemhttpd"; - group = "systemhttpd"; - createHome = true; - uid = 502; - home = "/var/lib/systemhttpd"; + group = "systemhttpd"; + createHome = true; + uid = 502; + home = "/var/lib/systemhttpd"; }; }; extraGroups = { @@ -30,3 +30,4 @@ }; }; } + \ No newline at end of file -- cgit v1.2.3