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