summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-01-03 20:07:29 -0600
committerAlejandro Soto <alejandro@34project.org>2025-01-03 20:07:40 -0600
commitac432d1ed776882cf0babe966bc56827afa641bd (patch)
tree73a52d0e29f48ab1456cb12ba9be8f4acd2ee842
parent1483ca86378f3cb2cbbb6075e5151468f178755e (diff)
sys: update deprecated option names under config.systemd.network
-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;
}
];
};