update dns

This commit is contained in:
Sense T 2023-07-23 01:06:22 +00:00
parent a093830fc6
commit cf0c583995
2 changed files with 11 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in
}; };
resilio = { resilio = {
enable = true; enable = false;
deviceName = "Gangly4670"; deviceName = "Gangly4670";
enableWebUI = true; enableWebUI = true;
directoryRoot = downloadDir; directoryRoot = downloadDir;
@ -84,6 +84,7 @@ in
}; };
# kubo/ipfs # kubo/ipfs
/* /*
"/ipfs" = { "/ipfs" = {

View File

@ -2,6 +2,15 @@
time.timeZone = "Asia/Shanghai"; time.timeZone = "Asia/Shanghai";
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
networking.firewall.enable = false; networking.firewall.enable = false;
networking.nameservers = [
"223.5.5.5"
"223.6.6.6"
"1.1.1.1"
"8.8.8.8"
"2400:3200::1"
"2400:3200:baba::1"
];
# Select internationalisation properties. # Select internationalisation properties.
i18n = { i18n = {