1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
4c245ed752
hosts/porter: Remove snowflake proxy 2024-06-10 17:58:37 +02:00
7166a8837c
hosts/zinc: Disable systemd stage-1 2024-06-10 17:56:49 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,6 @@
}; };
}; };
services.snowflake-proxy.enable = true;
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = []; networking.firewall.allowedUDPPorts = [];

View File

@ -23,6 +23,8 @@
}; };
}; };
boot.initrd.systemd.enable = false;
services.wg-clerie = { services.wg-clerie = {
enable = true; enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ]; ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];