Don't createHome
for the hydra
user (#110722)
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
parent
7944650bb7
commit
80f6769ebc
@ -231,7 +231,7 @@ in
|
|||||||
users.users.hydra =
|
users.users.hydra =
|
||||||
{ description = "Hydra";
|
{ description = "Hydra";
|
||||||
group = "hydra";
|
group = "hydra";
|
||||||
createHome = true;
|
# We don't enable `createHome` here because the creation of the home directory is handled by the hydra-init service below.
|
||||||
home = baseDir;
|
home = baseDir;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
uid = config.ids.uids.hydra;
|
uid = config.ids.uids.hydra;
|
||||||
|
Loading…
Reference in New Issue
Block a user