diff --git a/home/apps/default.nix b/home/apps/default.nix index 825eea42..f507a9d7 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -5,7 +5,7 @@ }: lib.optionalAttrs device.hasGui { imports = [ - ./audacity.nix + # ./audacity.nix ./blueman.nix ./bottles.nix ./chromium.nix diff --git a/home/apps/orcaslicer.nix b/home/apps/orcaslicer.nix index f12f1543..521eaf07 100644 --- a/home/apps/orcaslicer.nix +++ b/home/apps/orcaslicer.nix @@ -1,9 +1,9 @@ {pkgs, ...}: { home.packages = with pkgs; lib.optionals pkgs.stdenv.isLinux [ - (orca-slicer.overrideAttrs (oldAttrs: { - nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit]; - buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit]; - })) + # (orca-slicer.overrideAttrs (oldAttrs: { + # nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit]; + # buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit]; + # })) ]; } diff --git a/nixos/mirai/services/grafana.nix b/nixos/mirai/services/grafana.nix index 2bf53e0d..94e3f702 100644 --- a/nixos/mirai/services/grafana.nix +++ b/nixos/mirai/services/grafana.nix @@ -12,9 +12,9 @@ }; }; }; - prometheus = { - enable = true; - }; + # prometheus = { + # enable = true; + # }; caddy = { virtualHosts."grafana.darksailor.dev".extraConfig = '' forward_auth localhost:5555 { diff --git a/nixos/ryu/services/openrgb.nix b/nixos/ryu/services/openrgb.nix index c0b73381..8ca29e81 100644 --- a/nixos/ryu/services/openrgb.nix +++ b/nixos/ryu/services/openrgb.nix @@ -1,5 +1,5 @@ {...}: { services = { - hardware.openrgb.enable = true; + hardware.openrgb.enable = false; }; }