Compare commits
2 commits
c0cc15961b
...
43f662f3ff
| Author | SHA1 | Date | |
|---|---|---|---|
| 43f662f3ff | |||
| a9c5eac733 |
3 changed files with 7 additions and 4 deletions
|
|
@ -42,4 +42,4 @@ server_domain: fudiggity.nl
|
||||||
|
|
||||||
register_uefi_entries: false
|
register_uefi_entries: false
|
||||||
|
|
||||||
wezterm_font_size: 12
|
wezterm_font_size: 11
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
[Match]
|
[Match]
|
||||||
|
# TODO: replace with MACAddress directive
|
||||||
Name=enp*
|
Name=enp*
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=true
|
||||||
|
RequiredForOnline=true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[Match]
|
[Match]
|
||||||
Name=wlan0
|
MACAddress=98:2c:bc:e3:ff:bc
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=ipv4
|
DHCP=true
|
||||||
|
RequiredForOnline=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue