From 279389ae6f486edbcc023374f1995a83746147a5 Mon Sep 17 00:00:00 2001 From: mrfluffy Date: Mon, 26 Jan 2026 21:00:07 +0000 Subject: [PATCH] dsahjfd --- system/boot.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/boot.nix b/system/boot.nix index 549aa26..de3a316 100755 --- a/system/boot.nix +++ b/system/boot.nix @@ -55,5 +55,10 @@ in options v4l2loopback devices=2 video_nr=1,0 card_label="OBS Cam","phone cam" exclusive_caps=1,1 ''; + tmp = { + cleanOnBoot = lib.mkIf isLaptop true; + useTmpfs = lib.mkIf isPc true; + }; + }; }