mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-22 06:34:35 +00:00
try to fix networking
This commit is contained in:
parent
c37d5115e9
commit
25385a2bfc
6 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
[Match]
|
||||
Type=ether
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
[Match]
|
||||
Type=wlan
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=User interface for abrechenbarkeit
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=systemd-user-sessions.service
|
||||
Before=graphical.target
|
||||
ConditionPathExists=/dev/tty0
|
||||
Wants=dbus.socket systemd-logind.service
|
||||
|
@ -9,6 +9,8 @@ Conflicts=getty@%i.service
|
|||
After=getty@%i.service
|
||||
After=dev-dri-card1.device
|
||||
Requires=dev-dri-card1.device
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Generate wpa_supplicant config from EFI variables
|
||||
After=systemd-user-sessions.service
|
||||
Before=wpa_supplicant.service
|
||||
ConditionPathExists=/sys/firmware/efi/efivars/WlanSSID-97b6e7a4-b8a6-4d85-b7c4-0030bb5f2d38
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[Unit]
|
||||
Requires=configure_wpa.service
|
||||
After=configure_wpa.service
|
||||
ConditionPathExists=/sys/firmware/efi/efivars/WlanSSID-97b6e7a4-b8a6-4d85-b7c4-0030bb5f2d38
|
|
@ -1,5 +1,6 @@
|
|||
base
|
||||
linux
|
||||
linux-firmware
|
||||
mkinitcpio
|
||||
mkinitcpio-archiso
|
||||
open-vm-tools
|
||||
|
|
Loading…
Reference in a new issue