summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/users.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/users.nix b/config/users.nix
index aa52193..a1a4a15 100644
--- a/config/users.nix
+++ b/config/users.nix
@@ -22,11 +22,19 @@
uid = 502;
home = "/var/lib/systemhttpd";
};
+ linoquotes = {
+ name = "linoquotes";
+ group = "linoquotes";
+ createHome = true;
+ uid = 503;
+ home = "/var/lib/linoquotes";
+ };
};
extraGroups = {
fcgi = { name = "fcgi"; gid = 500; };
plugdev = { name = "plugdev"; gid = 501; };
systemhttpd = { name = "systemhttpd"; gid = 502; };
+ linoquotes = { name = "linoquotes"; gid = 503; };
};
};
}