fix: Nixcloud correct configuration for the host
This commit is contained in:
parent
a84e66b4a2
commit
cd02abbf62
3 changed files with 58 additions and 50 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
# This file was populated at runtime with the networking
|
||||
# details gathered from the active system.
|
||||
networking = {
|
||||
nameservers = [
|
||||
"45.143.83.10"
|
||||
"1.1.1.1"
|
||||
"8.8.4.4"
|
||||
"8.8.8.8"
|
||||
];
|
||||
defaultGateway = "72.61.129.254";
|
||||
defaultGateway6 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue