update gsf input and remove host-specific gsfd service overrides
This commit is contained in:
Generated
+4
-4
@@ -87,11 +87,11 @@
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774454479,
|
||||
"narHash": "sha256-yiT9GLVQXvDVi8tBaY7OJ868fD927U3kHG4m5V7z1aE=",
|
||||
"lastModified": 1774464988,
|
||||
"narHash": "sha256-F0pVG3ou+yN+jqQlFXMf27BCeShDuZcpoeHFSord8xk=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "8521f1254860bf66cc2c5447682708f1ac1d4a94",
|
||||
"revCount": 9,
|
||||
"rev": "3bccad3870d1f7220c423f06d21ed9b91d1b90d1",
|
||||
"revCount": 10,
|
||||
"type": "git",
|
||||
"url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast"
|
||||
},
|
||||
|
||||
@@ -121,11 +121,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user