diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-08 10:45:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-08 10:45:09 +0200 |
commit | 63adb41f1a060c21a68143eb9e86c2790ef66f36 (patch) | |
tree | 3902b85e7659fd396ded1d2e42ea318153d08a13 /modules/netns.nix | |
parent | 73b08cbd76d4471c9a6fddd05265d7d7fc4c45ff (diff) | |
download | nixos-63adb41f1a060c21a68143eb9e86c2790ef66f36.tar nixos-63adb41f1a060c21a68143eb9e86c2790ef66f36.tar.gz nixos-63adb41f1a060c21a68143eb9e86c2790ef66f36.tar.bz2 nixos-63adb41f1a060c21a68143eb9e86c2790ef66f36.tar.xz nixos-63adb41f1a060c21a68143eb9e86c2790ef66f36.zip |
...
Diffstat (limited to 'modules/netns.nix')
-rw-r--r-- | modules/netns.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 { | |||
125 | containers = mkOption { | 125 | containers = mkOption { |
126 | default = {}; | 126 | default = {}; |
127 | type = types.attrsOf (types.submodule containerOpts); | 127 | type = types.attrsOf (types.submodule containerOpts); |
128 | description = '' | ||
129 | A set of NixOS system configurations to be run as lightweight | ||
130 | containers. Each container appears as a service | ||
131 | `container-«name»` | ||
132 | on the host system, allowing it to be started and stopped via | ||
133 | {command}`systemctl`. | ||
134 | ''; | ||
128 | }; | 135 | }; |
129 | }; | 136 | }; |
130 | }; | 137 | }; |