mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+10
-10
@@ -37,17 +37,17 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
nameservers = [
|
# nameservers = [
|
||||||
"1.1.1.1"
|
# "1.1.1.1"
|
||||||
"8.8.8.8"
|
# "8.8.8.8"
|
||||||
"2001:4860:4860::8844"
|
# "2001:4860:4860::8844"
|
||||||
"2001:4860:4860::8888"
|
# "2001:4860:4860::8888"
|
||||||
"2606:4700:4700::1111"
|
# "2606:4700:4700::1111"
|
||||||
"2606:4700:4700::1001"
|
# "2606:4700:4700::1001"
|
||||||
];
|
# ];
|
||||||
hostName = "${xlib.device.hostname}";
|
hostName = "${xlib.device.hostname}";
|
||||||
networkmanager.enable = true;
|
# networkmanager.enable = true;
|
||||||
tempAddresses = "disabled";
|
# tempAddresses = "disabled";
|
||||||
# dhcpcd = {
|
# dhcpcd = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# IPv6rs = true;
|
# IPv6rs = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user