summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/users.nix9
1 files changed, 5 insertions, 4 deletions
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