mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
test
This commit is contained in:
@@ -113,9 +113,10 @@ let
|
||||
hostName = "${xlib.device.hostname}";
|
||||
networkmanager.enable = true;
|
||||
firewall.enable = false;
|
||||
# nameservers = [
|
||||
# "127.0.0.1"
|
||||
# ];
|
||||
nameservers = [
|
||||
"127.0.0.1"
|
||||
"192.168.1.1"
|
||||
];
|
||||
};
|
||||
|
||||
system = {
|
||||
|
||||
Reference in New Issue
Block a user