From 699c19e972a3cbcc714403aedffcb5ff74386cfc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 19 Oct 2025 03:53:20 +0900 Subject: hst/container: optional runtime and tmpdir sharing Sharing and persisting these directories do not always make sense. Make it optional here. Closes #16. Signed-off-by: Ophestra --- options.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.nix') 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); -- cgit v1.3.1