services/foldingathome: add fah module

This commit is contained in:
Infinidoge 2021-12-01 12:25:51 -05:00
parent d2bc991e68
commit bdc3b61787
3 changed files with 42 additions and 16 deletions

View file

@ -1,12 +0,0 @@
{ pkgs, ... }: {
services.foldingathome = {
enable = true;
user = "Infinidoge";
daemonNiceLevel = 10;
};
environment.systemPackages = with pkgs; [
fahcontrol
fahviewer
];
}