blob: 549b94d76afc1398f3623813c6f5616b2e75f572 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
sysctl dev.cpu.0hostname="justine-laptop"
ifconfig_re1="DHCP"
sshd_enable="NO"
# Enable NTP Daemon and sync on start
ntpd_enable="YES"
ntpd_sync_on_start=YES
moused_nondefault_enable="NO"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
cupsd_enable="YES"
dbus_enable="YES"
seatd_enable="YES"
# CPU
microcode_update_enable="YES"
# OTHER
keyrate=fast
avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
## MODULES
# VIDEO
kld_list="${kld_list} amdgpu"
# Filesystems
kld_list="${kld_list} ext2fs"
# Webcam
webcamd_enable="YES"
kld_list="${kld_list} cuse"
webcamd_0_flags="-d ugen2.7"
# Power
performance_cx_lowest=C1
economy_cx_lowest=Cmax
powerd_enable=YES
powerd_flags="-n adaptive -a hiadaptive -b adaptive -m 1400 -M 1700"
|