Commit e66ee6f4 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/weechat: Drop user home directory configuration



Configuring an user home directory also enables several invocations and
mechanisms, e.g. SSH authorized_keys or bashrc, which is bad from a
security perspective. The service doesn't need that at all and the
environment is set up over different ways now. So drop it.

This doesn't change the current behaviour.

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent f70547de
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -37,9 +37,7 @@ in
    users = {
      groups.weechat = { };
      users.weechat = {
        createHome = true;
        group = "weechat";
        home = cfg.root;
        isSystemUser = true;
      };
    };