diff --git a/profiles/nCovid-19.nix b/profiles/nCovid-19.nix deleted file mode 100644 index 518055d..0000000 --- a/profiles/nCovid-19.nix +++ /dev/null @@ -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 - ]; - }; - -}