diff options
Diffstat (limited to 'scripts/os')
-rw-r--r-- | scripts/os/freebsd/30-ssh | 1 | ||||
-rw-r--r-- | scripts/os/freebsd/40-pkg | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/os/freebsd/30-ssh b/scripts/os/freebsd/30-ssh index 91b1991..7a57943 100644 --- a/scripts/os/freebsd/30-ssh +++ b/scripts/os/freebsd/30-ssh @@ -28,4 +28,5 @@ install_template -m 0644 \ /etc/ssh/ssh_config # Restart sshd. +sysrc -v sshd_enable=YES service sshd restart diff --git a/scripts/os/freebsd/40-pkg b/scripts/os/freebsd/40-pkg index 7c1c828..46adc66 100644 --- a/scripts/os/freebsd/40-pkg +++ b/scripts/os/freebsd/40-pkg @@ -4,7 +4,7 @@ case $BOXCONF_HOSTCLASS in pkg_repository) return # Do nothing. ;; - freebsd_hypervisor) + freebsd_hypervisor|roadwarrior_laptop) ;; # Keep default FreeBSD pkg repository. *) # Configure on-prem pkg repository. |