Merge pull request #77344 from bachp/fix-empty-usernames
nixos/matrix-synapse, nixos/mxisd: fix empty usernames
This commit is contained in:
commit
f8d70be903
@ -657,8 +657,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.matrix-synapse =
|
users.users.matrix-synapse = {
|
||||||
{ name = "";
|
|
||||||
group = "matrix-synapse";
|
group = "matrix-synapse";
|
||||||
home = cfg.dataDir;
|
home = cfg.dataDir;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
@ -104,7 +104,6 @@ in {
|
|||||||
|
|
||||||
users.groups.mxisd =
|
users.groups.mxisd =
|
||||||
{
|
{
|
||||||
name = "";
|
|
||||||
gid = config.ids.gids.mxisd;
|
gid = config.ids.gids.mxisd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user