mio-ops/profiles/nCovid-19.nix

15 lines
277 B
Nix
Raw Normal View History

2020-03-25 07:31:03 +00:00
# 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
];
};
}