From 7c00f3ca0ddc54cd50f02e4270e33b643d6b8ee0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 14 Feb 2026 16:16:33 +0100 Subject: [PATCH] update module --- nix/module.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/module.nix b/nix/module.nix index 855155a..064283b 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -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";