mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Fix dns on cirrus
This commit is contained in:
parent
a48e248079
commit
baa8f8c4ef
1 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,12 @@
|
|||
}
|
||||
{ Gateway = "fe80::1"; }
|
||||
];
|
||||
dns = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
"2606:4700:4700::1111"
|
||||
"2001:4860:4860::8888"
|
||||
];
|
||||
};
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue