set gsfd stats path in nixos service env
This commit is contained in:
@@ -121,6 +121,11 @@ in {
|
|||||||
inputGroupUsers = [flakeConfig.username];
|
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
|
# Programs
|
||||||
|
|
||||||
# Allow unfree
|
# Allow unfree
|
||||||
|
|||||||
Reference in New Issue
Block a user