From 3a139205d84fb5cb6f3859469f4abefcc26bbdf2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 24 Nov 2024 16:03:12 +0000 Subject: Initial commit of the system files for my ThinkPad AMD P14s which are still a WIP. --- system/rc.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 system/rc.conf (limited to 'system/rc.conf') diff --git a/system/rc.conf b/system/rc.conf new file mode 100644 index 0000000..a7f15c2 --- /dev/null +++ b/system/rc.conf @@ -0,0 +1,40 @@ +hostname="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" + -- cgit v1.2.3