mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
cleaning?
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
#./cloudflared.nix
|
||||
./docker.nix
|
||||
./netbird.nix
|
||||
./nginx.nix
|
||||
|
||||
@@ -125,13 +125,6 @@ in
|
||||
#server = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||
#listenHTTP = ":1360";
|
||||
};
|
||||
# certs."immich.zeroq.ru" = {
|
||||
# email = "go.bin043120@gmail.com";
|
||||
# dnsProvider = "cloudflare";
|
||||
# dnsResolver = "1.1.1.1";
|
||||
# environmentFile = "${inputs.zeroq-credentials}/accounts/cloudflare.txt";
|
||||
# webroot = null; # Required in my case
|
||||
# };
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 8443 ];
|
||||
allowedUDPPorts = [ 8443 ]; # 41641
|
||||
allowedUDPPorts = [ 8443 ];
|
||||
#trustedInterfaces = [ "tailscale0" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user