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 --- nixos.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index 8135690f..24514422 100644 --- a/nixos.nix +++ b/nixos.nix @@ -121,6 +121,8 @@ in map_real_uid = app.mapRealUid; host_net = app.hostNet; host_abstract = app.hostAbstract; + share_runtime = app.shareRuntime; + share_tmpdir = app.shareTmpdir; filesystem = let -- cgit v1.3.1