aboutsummaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-22 22:01:49 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-22 22:01:49 -0400
commitf9301e0fe52313581920026a186955c78fcbe831 (patch)
tree9a9d8ea8df1bbf2e5d1253d2398ad469acd96b12 /vars
parent39358af4e65a0bcd193797ac5003b0adc9b4225b (diff)
downloadinfrastructure-f9301e0fe52313581920026a186955c78fcbe831.tar.gz
zfs autosnapshots, syncthing, pam cleanup
Diffstat (limited to 'vars')
-rw-r--r--vars/hostclass/desktop3
-rw-r--r--vars/hostclass/freebsd_hypervisor1
-rw-r--r--vars/hostclass/nfs_server3
3 files changed, 6 insertions, 1 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop
index 6c2e45f..4d97d4e 100644
--- a/vars/hostclass/desktop
+++ b/vars/hostclass/desktop
@@ -1,5 +1,8 @@
#!/bin/sh
+desktop_access_role='desktop-access'
+login_access_groups="${login_access_groups:-} ${desktop_access_role}"
+
# Let users run gdb/truss.
allow_proc_debug=1
diff --git a/vars/hostclass/freebsd_hypervisor b/vars/hostclass/freebsd_hypervisor
index f3d6ac1..818afc8 100644
--- a/vars/hostclass/freebsd_hypervisor
+++ b/vars/hostclass/freebsd_hypervisor
@@ -4,3 +4,4 @@ enable_pf=false
enable_idm=false
smtp_host=${smtp_host_ip}
resolvers=$bootstrap_resolvers
+boxconf_reboot=false
diff --git a/vars/hostclass/nfs_server b/vars/hostclass/nfs_server
index 2957aec..cd9963e 100644
--- a/vars/hostclass/nfs_server
+++ b/vars/hostclass/nfs_server
@@ -1,3 +1,4 @@
#!/bin/sh
-allowed_tcp_ports='ssh nfsd'
+allowed_tcp_ports='ssh nfsd http https'
+nginx_gssapi=true