update gsf input and remove host-specific gsfd service overrides

This commit is contained in:
2026-03-25 18:53:42 +00:00
parent 1117fe32e7
commit 71a7e9e349
2 changed files with 4 additions and 9 deletions
Generated
+4 -4
View File
@@ -87,11 +87,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1774454479, "lastModified": 1774464988,
"narHash": "sha256-yiT9GLVQXvDVi8tBaY7OJ868fD927U3kHG4m5V7z1aE=", "narHash": "sha256-F0pVG3ou+yN+jqQlFXMf27BCeShDuZcpoeHFSord8xk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8521f1254860bf66cc2c5447682708f1ac1d4a94", "rev": "3bccad3870d1f7220c423f06d21ed9b91d1b90d1",
"revCount": 9, "revCount": 10,
"type": "git", "type": "git",
"url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast" "url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast"
}, },
-5
View File
@@ -121,11 +121,6 @@ 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