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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# egl-wayland
|
# egl-wayland
|
||||||
# nvidia-vaapi-driver
|
# nvidia-vaapi-driver
|
||||||
|
foldingathome
|
||||||
gwe
|
gwe
|
||||||
mesa
|
mesa
|
||||||
openrgb
|
openrgb
|
||||||
|
|
@ -15,6 +16,13 @@
|
||||||
|
|
||||||
services.tailscale.useRoutingFeatures = "both";
|
services.tailscale.useRoutingFeatures = "both";
|
||||||
|
|
||||||
|
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";
|
||||||
|
|
|
||||||
|
|
@ -77,12 +77,6 @@
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
hardware.keyboard.qmk.enable = true;
|
|
||||||
services.udev.extraRules = ''
|
|
||||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
|
||||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
|
||||||
'';
|
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "tao";
|
user = "tao";
|
||||||
|
|
@ -90,6 +84,12 @@
|
||||||
configDir = "/home/tao/.config/syncthing";
|
configDir = "/home/tao/.config/syncthing";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.keyboard.qmk.enable = true;
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||||
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||||
|
'';
|
||||||
|
|
||||||
# obs virtual camera
|
# obs virtual camera
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
v4l2loopback
|
v4l2loopback
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue