about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-09-27 18:39:00 +0200
committerGitHub <noreply@github.com>2023-09-27 18:39:00 +0200
commit12eb1e5d28b227fce724b235e913da75c9353d80 (patch)
treebc65d5ebedb6e5422bf54b8c713f7321276b4fc2 /nixos/modules/system
parentcb403e56a6913c078367bd2df6bbb73abd79e22d (diff)
parentfb59bf8a6dcecd120c85cefa1e757091c2e69bd2 (diff)
downloadnixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar.gz
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar.bz2
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar.lz
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar.xz
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.tar.zst
nixlib-12eb1e5d28b227fce724b235e913da75c9353d80.zip
Merge pull request #249412 from JTarasovic/jdt/systemd-networkd/ipv6-assign-prefix
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/networkd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index fb5d3f9bf3a4..24bd011fd8b6 100644
--- a/nixos/modules/system/boot/networkd.nix
+++ b/nixos/modules/system/boot/networkd.nix
@@ -954,10 +954,12 @@ let
           "Prefix"
           "PreferredLifetimeSec"
           "ValidLifetimeSec"
+          "Assign"
           "Token"
         ])
         (assertValueOneOf "AddressAutoconfiguration" boolValues)
         (assertValueOneOf "OnLink" boolValues)
+        (assertValueOneOf "Assign" boolValues)
       ];
 
       sectionIPv6RoutePrefix = checkUnitConfig "IPv6RoutePrefix" [