aboutsummaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-11-05 21:59:12 -0500
committerCullum Smith <cullum@sacredheartsc.com>2024-11-05 21:59:12 -0500
commit245d54a012381fbb5b8e38a18415a67d3911d8ef (patch)
treebe3331cc847f221f51fefae5d6e7a7e38e7eed31 /vars
parent52e82728c1275ec7de57aa5b1dd3b3740fd2b264 (diff)
downloadinfrastructure-245d54a012381fbb5b8e38a18415a67d3911d8ef.tar.gz
more desktop fixes
Diffstat (limited to 'vars')
-rw-r--r--vars/hostclass/desktop5
-rw-r--r--vars/hostname/desktop14
2 files changed, 9 insertions, 0 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop
index 0b5e8f5..2464a65 100644
--- a/vars/hostclass/desktop
+++ b/vars/hostclass/desktop
@@ -3,6 +3,9 @@
desktop_access_role='desktop-access'
login_access_groups="${login_access_groups:-} ${desktop_access_role}"
+# I don't want desktops to suspend or hibernate.
+polkit_disable_suspend=true
+
# Let users run gdb/truss.
allow_proc_debug=1
@@ -48,10 +51,12 @@ neofetch
noto-basic
noto-emoji
password-store
+pdftk
postgresql16-client
pulseaudio
python
py${python_version}-pip
+roboto-fonts-ttf
rsync
signal-desktop
sndio
diff --git a/vars/hostname/desktop1 b/vars/hostname/desktop1
new file mode 100644
index 0000000..b8809d7
--- /dev/null
+++ b/vars/hostname/desktop1
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Needed to burn CDs without root.
+desktop_rw_devices='pass2'