update module

This commit is contained in:
Robin Appelman 2026-02-14 16:16:33 +01:00
commit 7c00f3ca0d

View file

@ -50,6 +50,11 @@ in {
description = "ports to forward into the namespace";
default = [];
};
devices = mkOption {
type = types.listOf types.str;
default = [];
description = "devices to move into the namespace";
};
};
}));
description = "namespaces to setup";