fix weechat

This commit is contained in:
Joakim Repomaa
2025-06-16 19:38:48 +03:00
parent d1e1ef60d9
commit 8acda612dc

View File

@@ -32,5 +32,10 @@ in
}; };
networking.firewall.allowedTCPPorts = [ 9001 ]; networking.firewall.allowedTCPPorts = [ 9001 ];
systemd.services.weechat = {
environment.HOME = "%S/weechat";
serviceConfig.StateDirectory = "weechat";
};
}; };
} }