services: hydraCache: add substituter and remove rocm from steamdeck

This commit is contained in:
Kabbone 2024-06-03 21:29:23 +02:00
parent 3500f3d3a8
commit a901a661f9
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
3 changed files with 7 additions and 4 deletions

View File

@ -7,6 +7,9 @@
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
]; ];
extra-substituters = [
"https://cache.home.opel-online.de"
];
extra-trusted-substituters = [ extra-trusted-substituters = [
"https://cache.home.opel-online.de" "https://cache.home.opel-online.de"
]; ];

View File

@ -33,7 +33,7 @@
"cache.home.opel-online.de" = { "cache.home.opel-online.de" = {
useACMEHost = "home.opel-online.de"; useACMEHost = "home.opel-online.de";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://localhost:5001"; locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
}; };
}; };
}; };

View File

@ -16,9 +16,9 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
flatpak flatpak
rocmPackages.clr.icd # rocmPackages.clr.icd
rocmPackages.clr # rocmPackages.clr
clinfo # clinfo
libsForQt5.discover libsForQt5.discover
maliit-keyboard maliit-keyboard
]; ];