nix-config/sh/051-dhcpcd
Donovan Glover 0f7f51e81c
Update scripts
This commit adds sudo where needed for the majority of pacman commands.
It also removes zsh, urxvt, and renpy since we don't use those anymore.
2018-09-08 02:00:25 -04:00

14 lines
314 B
Bash

#!/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.
#
# https://wiki.archlinux.org/index.php/Dhcpcd
set -xe
systemctl enable dhcpcd.service