From 1117fe32e7a4d8f46d79895c06e61cba5bb04375 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Wed, 25 Mar 2026 17:06:24 +0000 Subject: [PATCH] set gsfd stats path in nixos service env --- modules/hosts/nixos.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/nixos.nix b/modules/hosts/nixos.nix index aedca1e..2763a65 100644 --- a/modules/hosts/nixos.nix +++ b/modules/hosts/nixos.nix @@ -121,6 +121,11 @@ in { inputGroupUsers = [flakeConfig.username]; }; + # keep gsfd + gsf tui on same per-user runtime stats file + systemd.user.services.gsfd.serviceConfig.Environment = lib.mkAfter [ + "GSF_STATS_PATH=%t/gsf-speed.txt" + ]; + # Programs # Allow unfree