From c0f46c4fa6ee036bd1c8a4cb1d9e2ac215610289 Mon Sep 17 00:00:00 2001 From: Nio Date: Sun, 10 May 2026 09:04:23 +0200 Subject: [PATCH] /tmp for bottles --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 32a11ca..649ad9e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,6 +53,9 @@ # For bottles so it can write in /tmp boot.tmpOnTmpfs = false; + systemd.tmpfiles.rules = [ + "d /tmp/.wine-1000 0700 dein-username users -" + ]; # Enable networking