Handle deprecated ipv6PrefixConfig
This commit is contained in:
parent
c9637e8a5c
commit
74b5067448
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
RouterLifetimeSec = 0;
|
||||
EmitDNS = false;
|
||||
};
|
||||
ipv6Prefixes = [ { ipv6PrefixConfig.Prefix = "fd72:3dd5:21ae:3c97::/64"; } ];
|
||||
ipv6Prefixes = [ { Prefix = "fd72:3dd5:21ae:3c97::/64"; } ];
|
||||
};
|
||||
zramSwap.enable = true;
|
||||
swapDevices = [
|
||||
|
|
Loading…
Reference in a new issue