nix-config/sh/051-dhcpcd

14 lines
314 B
Plaintext
Raw Normal View History

2018-08-31 21:36:58 +02:00
#!/bin/sh
#
# The DHCP client daemon (dhcpcd) is used for internet / LAN access.
# By enabling it as a service, we don't have to manually execute it
# every time at logon.
#
# Note that you should probably start it as well.
#
2018-08-31 21:36:58 +02:00
# https://wiki.archlinux.org/index.php/Dhcpcd
set -xe
systemctl enable dhcpcd.service