diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 383b554d..a1b76e06 100644 --- a/options.nix +++ b/options.nix @@ -136,6 +136,9 @@ in ''; }; + shareRuntime = mkEnableOption "sharing of XDG_RUNTIME_DIR between containers under the same identity"; + shareTmpdir = mkEnableOption "sharing of TMPDIR between containers under the same identity"; + dbus = { session = mkOption { type = nullOr (functionTo anything); |
