mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "nixos/weechat: Drop user home directory configuration"
This reverts commit e66ee6f45f.
Fixes #390443
This commit is contained in:
parent
9c7fc77675
commit
56d6e4a01b
1 changed files with 2 additions and 0 deletions
|
|
@ -48,7 +48,9 @@ in
|
|||
users = {
|
||||
groups.weechat = { };
|
||||
users.weechat = {
|
||||
createHome = true;
|
||||
group = "weechat";
|
||||
home = cfg.root;
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue