From 369c55cd8e748f64b23a9b5cd4dd412438019aec Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Tue, 4 Oct 2022 15:48:10 +0000 Subject: [PATCH] Add config files --- config/dbus.conf | 10 ++++++++++ config/dhcpcd.conf | 2 ++ config/wpa_supplicant.conf | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 config/dbus.conf create mode 100644 config/dhcpcd.conf create mode 100644 config/wpa_supplicant.conf diff --git a/config/dbus.conf b/config/dbus.conf new file mode 100644 index 0000000..15eac8e --- /dev/null +++ b/config/dbus.conf @@ -0,0 +1,10 @@ +# Set to "yes" to regenerate the dbus machine id everytime the service +# is brought up. The dbus documentation only expects the machine id to +# persist during one boot session however systemd says it must persist +# across every boot (i.e. never change). While many applications only +# care if the machine-id is consistent during runtime, there are some +# that do expect it to always stay the same. +DBUS_UUIDGEN="no" + +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T" diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf new file mode 100644 index 0000000..565bdae --- /dev/null +++ b/config/dhcpcd.conf @@ -0,0 +1,2 @@ +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T" diff --git a/config/wpa_supplicant.conf b/config/wpa_supplicant.conf new file mode 100644 index 0000000..8051c52 --- /dev/null +++ b/config/wpa_supplicant.conf @@ -0,0 +1,4 @@ +WPA_INTERFACE=wlp3s0 + +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T"