Add gid bit to tmux_share

This commit is contained in:
Trevor Vallender 2023-03-13 08:57:11 +00:00
parent 824d909762
commit a47a7e5a5a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ in
users.groups.tmux.gid = 1000; # Used for tmux pairing
systemd.tmpfiles.rules = [
"d /var/tmux_share 770 tsv tmux"
"d /var/tmux_share 2770 tsv tmux"
];
users.users.tsv = {