Install systemd-resolved.
This commit is contained in:
parent
1e72b33cc6
commit
4cd30f6c28
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = ["192.168.0.10" "1.1.1.1"];
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
fallbackDns = ["192.168.0.10" "1.1.1.1"];
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Zagreb";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue