From a901a661f928b718a6fc4a460d3295db28a89c8f Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 3 Jun 2024 21:29:23 +0200 Subject: [PATCH] services: hydraCache: add substituter and remove rocm from steamdeck --- modules/hardware/hydraCache.nix | 3 +++ modules/services/dmz/hydra.nix | 2 +- modules/wm/kde/default.nix | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/hardware/hydraCache.nix b/modules/hardware/hydraCache.nix index 2924d69..a5c40de 100644 --- a/modules/hardware/hydraCache.nix +++ b/modules/hardware/hydraCache.nix @@ -7,6 +7,9 @@ extra-trusted-public-keys = [ "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" ]; + extra-substituters = [ + "https://cache.home.opel-online.de" + ]; extra-trusted-substituters = [ "https://cache.home.opel-online.de" ]; diff --git a/modules/services/dmz/hydra.nix b/modules/services/dmz/hydra.nix index 59f6533..0905fb7 100644 --- a/modules/services/dmz/hydra.nix +++ b/modules/services/dmz/hydra.nix @@ -33,7 +33,7 @@ "cache.home.opel-online.de" = { useACMEHost = "home.opel-online.de"; forceSSL = true; - locations."/".proxyPass = "http://localhost:5001"; + locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; }; }; }; diff --git a/modules/wm/kde/default.nix b/modules/wm/kde/default.nix index 7a50f8c..3ec4775 100644 --- a/modules/wm/kde/default.nix +++ b/modules/wm/kde/default.nix @@ -16,9 +16,9 @@ environment.systemPackages = with pkgs; [ flatpak - rocmPackages.clr.icd - rocmPackages.clr - clinfo +# rocmPackages.clr.icd +# rocmPackages.clr +# clinfo libsForQt5.discover maliit-keyboard ];