nixos/matrix-synapse: fix empty user name
This commit is contained in:
parent
a0b86e3b64
commit
76506ae42f
@ -657,8 +657,7 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
users.users.matrix-synapse =
|
||||
{ name = "";
|
||||
users.users.matrix-synapse = {
|
||||
group = "matrix-synapse";
|
||||
home = cfg.dataDir;
|
||||
createHome = true;
|
||||
|
Loading…
Reference in New Issue
Block a user