From 63adb41f1a060c21a68143eb9e86c2790ef66f36 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 10:45:09 +0200 Subject: ... --- modules/netns.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/netns.nix') diff --git a/modules/netns.nix b/modules/netns.nix index dca3c0db..79dc123b 100644 --- a/modules/netns.nix +++ b/modules/netns.nix @@ -125,6 +125,13 @@ in { containers = mkOption { default = {}; type = types.attrsOf (types.submodule containerOpts); + description = '' + A set of NixOS system configurations to be run as lightweight + containers. Each container appears as a service + `container-«name»` + on the host system, allowing it to be started and stopped via + {command}`systemctl`. + ''; }; }; }; -- cgit v1.2.3