Nix configurations for my homelab
at main 231 B view raw
1{ ... }: 2{ 3 environment.persistence."/data/persistent".directories = [ { directory = "/var/lib/OpenRGB"; } ]; 4 5 services.hardware.openrgb = { 6 enable = true; 7 motherboard = "intel"; 8 startupProfile = "no-lights"; 9 }; 10}