rm problematic ipv6 nat flag, enable systemd-network in network.nix
This commit is contained in:
parent
f89dcef9cf
commit
193e73e4a8
@ -62,7 +62,6 @@ in {
|
||||
enable = true;
|
||||
externalInterface = egress.interface;
|
||||
internalInterfaces = map (x: x.interface) tunnels;
|
||||
enableIPv6 = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -85,8 +85,6 @@ in {
|
||||
|
||||
assertions = lib.mkAfter (secretAssertions ++ uniquenessAssertions);
|
||||
|
||||
systemd.network.enable = true;
|
||||
|
||||
systemd.network.netdevs = lib.mkMerge (map (cfg: {
|
||||
"${cfg.interface}" = {
|
||||
netdevConfig = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user