1 changed files with 0 additions and 14 deletions
@ -1,14 +0,0 @@ |
|||
# NixOps configuration for the hosts utilising Folding@Home for nCovid-19 |
|||
|
|||
{ config, pkgs, lib, ... }: |
|||
|
|||
{ |
|||
|
|||
# Set the system-wide environment |
|||
environment = { |
|||
systemPackages = with pkgs; [ |
|||
foldingathome # Folding@home distributed computing client |
|||
]; |
|||
}; |
|||
|
|||
} |
Loading…
Reference in new issue