update dns
This commit is contained in:
parent
a093830fc6
commit
cf0c583995
@ -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" = {
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user