folding
This commit is contained in:
parent
b048f9f319
commit
abcaaa4a40
2 changed files with 14 additions and 6 deletions
|
|
@ -7,6 +7,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# egl-wayland
|
||||
# nvidia-vaapi-driver
|
||||
foldingathome
|
||||
gwe
|
||||
mesa
|
||||
openrgb
|
||||
|
|
@ -15,6 +16,13 @@
|
|||
|
||||
services.tailscale.useRoutingFeatures = "both";
|
||||
|
||||
services.foldingathome = {
|
||||
enable = true;
|
||||
team = 223518;
|
||||
user = "Tao_Tien";
|
||||
extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
# wayland chromium workaround
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue