From e1e700f65bf2f644df4fdd29c23a2391beacb86d Mon Sep 17 00:00:00 2001 From: Nio Date: Sun, 10 May 2026 09:07:44 +0200 Subject: [PATCH] /tmp for bottles --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 649ad9e..641ccce 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,7 +52,7 @@ # For bottles so it can write in /tmp - boot.tmpOnTmpfs = false; + boot.tmp.tmpfsSize = "4G"; systemd.tmpfiles.rules = [ "d /tmp/.wine-1000 0700 dein-username users -" ];