Revert "nixos/weechat: Drop user home directory configuration"

This reverts commit e66ee6f45f.

Fixes #390443
This commit is contained in:
Bryan Richter 2025-10-13 09:03:39 +03:00
commit 56d6e4a01b
No known key found for this signature in database
GPG key ID: B202264020068BFB

View file

@ -48,7 +48,9 @@ in
users = {
groups.weechat = { };
users.weechat = {
createHome = true;
group = "weechat";
home = cfg.root;
isSystemUser = true;
};
};