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 = [
|
||||
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
|
||||
];
|
||||
extra-substituters = [
|
||||
"https://cache.home.opel-online.de"
|
||||
];
|
||||
extra-trusted-substituters = [
|
||||
"https://cache.home.opel-online.de"
|
||||
];
|
||||
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user