summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/users.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/users.nix b/config/users.nix
index ba95941..8b06462 100644
--- a/config/users.nix
+++ b/config/users.nix
@@ -55,6 +55,11 @@ in {
useDefaultShell = true;
home = "/storage";
};
+ pjournal = {
+ group = "pjournal";
+ createHome = false;
+ uid = 507;
+ };
mpd = lib.optionalAttrs config.services.mpd.enable {
extraGroups = ["readonly"];
};
@@ -70,6 +75,7 @@ in {
stats = { name = "stats"; gid = 504; };
terraria = { name = "terraria"; gid = 505; };
readonly = { gid = 506; };
+ pjournal = { gid = 507; };
};
};
}