core(server/networking): now using the cloudflare / google dns
This commit is contained in:
parent
5153908d15
commit
6de4d628c6
4 changed files with 65 additions and 1 deletions
|
|
@ -34,6 +34,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.nameservers = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
"8.8.8.8"
|
||||
"8.8.4.4"
|
||||
];
|
||||
|
||||
service = {
|
||||
selfhost = {
|
||||
htop = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue