services/wezterm-mux-server: add user shell

The service is experimental at this point since I use something like
Mosh and Eternal Terminal. Domain multiplexing is pretty nice feature
with Wezterm, though.
This commit is contained in:
Gabriel Arazas 2023-11-12 10:52:04 +08:00
parent 214765a7b4
commit 3c6f443580
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -102,6 +102,7 @@ in
createHome = true;
group = config.users.groups.wezterm.name;
isSystemUser = true;
shell = pkgs.runtimeShell;
};
users.groups.wezterm = { };