profiles/foldingathome: update foldingathome config
This commit is contained in:
parent
854b107698
commit
76ba83e1df
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
services.foldingathome = {
|
services.foldingathome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "infinidoge";
|
user = "Infinidoge";
|
||||||
daemonNiceLevel = 10;
|
daemonNiceLevel = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
fahcontrol
|
||||||
|
fahviewer
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue