boinc and folding

This commit is contained in:
Tao Tien 2024-04-29 13:53:43 -07:00
parent ee260bfd5b
commit 8da10747bf
3 changed files with 16 additions and 7 deletions

15
extras/folding.nix Normal file
View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# boinctui
];
services.boinc = {
enable = true;
};
# services.foldingathome = {
# enable = true;
# team = 223518;
# user = "Tao_Tien";
# extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
# };
}

View file

@ -76,6 +76,7 @@
./extras/uwuraid.nix ./extras/uwuraid.nix
./extras/dev.nix ./extras/dev.nix
./extras/gaming.nix ./extras/gaming.nix
./extras/folding.nix
# nixos-cosmic.nixosModules.default # nixos-cosmic.nixosModules.default
# ./extras/cosmic.nix # ./extras/cosmic.nix
]; ];

View file

@ -13,13 +13,6 @@
boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1"; boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
# services.foldingathome = {
# enable = true;
# team = 223518;
# user = "Tao_Tien";
# extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
# };
# environment.sessionVariables = { # environment.sessionVariables = {
# # wayland chromium workaround # # wayland chromium workaround
# NIXOS_OZONE_WL = "1"; # NIXOS_OZONE_WL = "1";