From 11847ae18075c2c4d7ccb2d9d2b7328265e32ebb Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 11 Jun 2024 21:15:56 +1000 Subject: [PATCH] hosts/hyacinth: set tmpdir --- hosts/hyacinth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index a84373a..33e98ee 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -40,6 +40,7 @@ ]; services.postgresql.ensureDatabases = [ "barista" "barista-dev" ]; programs.hyprland.enable = true; + systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; # For steam fhs-env nixpkgs.config.permittedInsecurePackages = [