disable IPv6 for testing purposes
This commit is contained in:
parent
232faef5c0
commit
b9dd4a8f36
2 changed files with 8 additions and 1 deletions
|
@ -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##
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue