update dns
This commit is contained in:
parent
a093830fc6
commit
cf0c583995
@ -41,7 +41,7 @@ in
|
||||
};
|
||||
|
||||
resilio = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
deviceName = "Gangly4670";
|
||||
enableWebUI = true;
|
||||
directoryRoot = downloadDir;
|
||||
@ -84,6 +84,7 @@ in
|
||||
};
|
||||
|
||||
|
||||
|
||||
# kubo/ipfs
|
||||
/*
|
||||
"/ipfs" = {
|
||||
|
@ -2,6 +2,15 @@
|
||||
time.timeZone = "Asia/Shanghai";
|
||||
security.sudo.wheelNeedsPassword = 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.
|
||||
i18n = {
|
||||
|
Loading…
Reference in New Issue
Block a user