Merge branch 'main' of git.nelim.org:matt1432/yoga6-13ALC7-config
This commit is contained in:
commit
c1af82220a
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ EnableNetworkConfiguration=true
|
|||
EOF
|
||||
|
||||
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||
sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf
|
||||
sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf
|
||||
|
||||
# TODO : Add school wifi settings and https://man.archlinux.org/man/reflector.1#EXAMPLES (update README)
|
||||
|
||||
useradd -m matt -G wheel
|
||||
passwd matt
|
||||
|
|
Loading…
Reference in a new issue