nixos/networkd-dispatcher: added missing enum value "enslaved" to option "onState" (#382574)

This commit is contained in:
Jonas Heinrich
2025-03-05 10:52:31 +01:00
committed by GitHub
@@ -58,6 +58,7 @@ in
"degraded"
"configuring"
"configured"
"enslaved"
]
);
default = null;