hosts/Infini-DESKTOP: add Folding@Home service
This commit is contained in:
parent
b9f0cf3675
commit
9cc503e055
2 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
])
|
||||
|
||||
btrfs
|
||||
|
||||
(with services; [
|
||||
foldingathome
|
||||
])
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
|
7
profiles/services/foldingathome.nix
Normal file
7
profiles/services/foldingathome.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
services.foldingathome = {
|
||||
enable = true;
|
||||
user = "infinidoge";
|
||||
daemonNiceLevel = 10;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue