Overleaf: Normal user for podman subuids

master
David Crompton 2023-11-07 10:14:48 -05:00
parent 9e2e8cb499
commit 4d2e1ed624
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ in {
description = "Overleaf LaTeX Server";
useDefaultShell = true;
group = "overleaf";
isSystemUser = true;
# "Normal" User: for Podman Usage
isNormalUser = true;
home = stateDir;
};
groups.overleaf = {};