From 2966dc6fde455dad180a20db8e57762ec19a3e65 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 31 Jul 2025 15:24:20 +0530 Subject: [PATCH] fix: Breaking update to orca-slicer and audacity and openrgb --- home/apps/default.nix | 2 +- home/apps/orcaslicer.nix | 8 ++++---- nixos/mirai/services/grafana.nix | 6 +++--- nixos/ryu/services/openrgb.nix | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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; }; }