services: hydraCache: add substituter and remove rocm from steamdeck
This commit is contained in:
parent
3500f3d3a8
commit
a901a661f9
@ -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"
|
||||||
];
|
];
|
||||||
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user