mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
add folding@home
This commit is contained in:
parent
e3e465dc8d
commit
2f52002cc1
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../common/systemModules/boot.nix
|
../../common/systemModules/boot.nix
|
||||||
|
../../common/systemModules/folding.nix
|
||||||
../../common/systemModules/kernel.nix
|
../../common/systemModules/kernel.nix
|
||||||
../../common/systemModules/audio.nix
|
../../common/systemModules/audio.nix
|
||||||
../../common/systemModules/kde.nix
|
../../common/systemModules/kde.nix
|
||||||
|
|
7
common/systemModules/folding.nix
Normal file
7
common/systemModules/folding.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{...}: {
|
||||||
|
services = {
|
||||||
|
foldingathome = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue