diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-03 20:07:29 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-03 20:07:40 -0600 |
| commit | ac432d1ed776882cf0babe966bc56827afa641bd (patch) | |
| tree | 73a52d0e29f48ab1456cb12ba9be8f4acd2ee842 | |
| parent | 1483ca86378f3cb2cbbb6075e5151468f178755e (diff) | |
sys: update deprecated option names under config.systemd.network
Diffstat (limited to '')
| -rw-r--r-- | sys/nspawn/dmz.nix | 6 |
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; } ]; }; |
