diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 21:18:49 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-16 21:18:49 -0400 |
commit | aa28ec7ef20517e994f01753e8c4e6fdd4d0643c (patch) | |
tree | cea6c733c5e900f4ea54501ca7070694931124dc /vars/hostclass | |
parent | 3c41d02428317d68ded5eb4fee5baf17f644a741 (diff) | |
download | infrastructure-aa28ec7ef20517e994f01753e8c4e6fdd4d0643c.tar.gz |
more desktop fixes
Diffstat (limited to 'vars/hostclass')
-rw-r--r-- | vars/hostclass/desktop | 18 | ||||
-rw-r--r-- | vars/hostclass/imap_server | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop index fe6f4bc..8938965 100644 --- a/vars/hostclass/desktop +++ b/vars/hostclass/desktop @@ -1,23 +1,41 @@ #!/bin/sh +# UID/GID hiding breaks consolekit and KDE screen locker. +see_other_uids=1 + +# sndiod's control socket lives under /tmp, but sndoid starts *before* /tmp is +# cleared out, resulting in the socket being blown away. +clear_tmp_enable=false + desktop_common_packages=" bind-tools +cantarell-fonts chromium +droid-fonts-ttf eclipse firefox git gnupg +inconsolata-ttf krb5 libreoffice libva-intel-media-driver +noto-basic +noto-emoji password-store py${python_version}-pip signal-desktop +sndio stow terminus-font terminus-ttf tmux tree +ubuntu-font +v4l-utils +v4l_compat +webcamd +webfonts wireguard-tools xorg" diff --git a/vars/hostclass/imap_server b/vars/hostclass/imap_server index c1467b2..5b57f53 100644 --- a/vars/hostclass/imap_server +++ b/vars/hostclass/imap_server @@ -1,3 +1,3 @@ #!/bin/sh -allowed_tcp_ports="ssh imaps ${lmtp_port} ${quota_status_port}" +allowed_tcp_ports="ssh imaps sieve ${lmtp_port} ${quota_status_port}" |