add network config

master
an 2019-05-11 16:04:10 -04:00
parent c454e07674
commit c76fdd60ed
2 changed files with 14 additions and 0 deletions

13
20-wired.network Normal file
View File

@ -0,0 +1,13 @@
[Match]
Name=enp1s0
[Network]
Description=Router
Address=192.168.1.2/24
Address=2605:a000:1135:c4::2/64
Gateway=192.168.1.1
Gateway=fe80::daa7:56ff:fe95:94b2
DNS=2001:4860:4860::8888
DNS=2001:4860:4860::8844
DNS=8.8.8.8
DNS=8.8.4.4

View File

@ -14,4 +14,5 @@ $HOME/.xprofile xprofile
$HOME/.cargo/config cargo
$HOME/.config/pacman/makepkg.conf makepkg.conf
$HOME/.config/kitty/kitty.conf kitty.conf
/etc/systemd/network/* .
END