mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -117,6 +117,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
nameservers = [
|
||||||
|
"1.1.1.1"
|
||||||
|
"2001:4860:4860::8844"
|
||||||
|
"2001:4860:4860::8888"
|
||||||
|
];
|
||||||
hostName = "${xlib.device.hostname}";
|
hostName = "${xlib.device.hostname}";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
# dhcpcd.enable = false;
|
# dhcpcd.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user