add folding@home

This commit is contained in:
sadan 2024-12-05 22:10:36 -05:00
parent e3e465dc8d
commit 2f52002cc1
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,7 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
../../common/systemModules/boot.nix
../../common/systemModules/folding.nix
../../common/systemModules/kernel.nix
../../common/systemModules/audio.nix
../../common/systemModules/kde.nix

View file

@ -0,0 +1,7 @@
{...}: {
services = {
foldingathome = {
enable = true;
};
};
}