ncovid19: abandoned

This commit is contained in:
Serĉanto de Scio 2021-06-01 16:04:52 +10:00
parent 1f5b0b8a08
commit 412fca8f5a
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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
];
};
}