mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
update module
This commit is contained in:
parent
d42beb0f64
commit
7c00f3ca0d
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue