stable somewhat
This commit is contained in:
@@ -32,9 +32,25 @@
|
||||
networking = {
|
||||
hostName = "sin";
|
||||
|
||||
networkmanager.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
dns = "default";
|
||||
};
|
||||
|
||||
# nameservers = [ "10.0.0.4" ];
|
||||
connection = {
|
||||
"ipv4.ignore-auto-dns" = true;
|
||||
"ipv6.ignore-auto-dns" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
"8.8.8.8"
|
||||
];
|
||||
|
||||
# dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
|
||||
@@ -48,6 +64,8 @@
|
||||
config.services.trilium-server.port
|
||||
|
||||
53
|
||||
|
||||
5690 # testing for wizarr
|
||||
];
|
||||
|
||||
allowedUDPPorts = [ 53 ];
|
||||
|
||||
Reference in New Issue
Block a user