summaryrefslogtreecommitdiff
path: root/sys/nspawn
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nspawn')
-rw-r--r--sys/nspawn/dmz.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/nspawn/dmz.nix b/sys/nspawn/dmz.nix
index c3544d6..614d023 100644
--- a/sys/nspawn/dmz.nix
+++ b/sys/nspawn/dmz.nix
@@ -197,10 +197,8 @@ in
ipv6Prefixes = [
{
- ipv6PrefixConfig = {
- Assign = "yes";
- Prefix = dmzNet.v6.cidr;
- };
+ Assign = "yes";
+ Prefix = dmzNet.v6.cidr;
}
];
};