This commit is contained in:
2025-03-13 20:15:03 +02:00
parent dd7fbfd7e4
commit 66f7bc1c2d
3 changed files with 22 additions and 6 deletions

View File

@@ -46,3 +46,11 @@ mkdir -p /home/ocbwoy3/Desktop
mkdir -p /home/ocbwoy3/Documents
mkdir -p /home/ocbwoy3/Projects
```
To avoid the same mistake of not not having internet, add Cloudflare's DNS servers to `/etc/resolv.conf`. (as root)
```
nameserver 1.1.1.1
```
Or you know, use your ISP's unsafe and possibly privacy-invasive pre-defined DNS nameservers with `networking.resolvconf.enable = true;`.