disable IPv6 for testing purposes

This commit is contained in:
Lyn 2024-11-14 01:36:01 +01:00
parent 232faef5c0
commit b9dd4a8f36
2 changed files with 8 additions and 1 deletions

View file

@ -24,6 +24,11 @@ with config.lyn.lib; {
# Firmware updates:
services.fwupd.enable = true;
lyn.services.wgautomesh = {
enable = true;
useIPv6 = false;
};
##1##3##3##7##
## Security ##
##1##3##3##7##

View file

@ -18,7 +18,9 @@
# network
lyn.services.wgautomesh.enable = true;
lyn.services.wgautomesh = {
enable = true;
};
networking.useDHCP = false;
networking.hostName = "wg-gateway"; # Define your hostname.