remoteClient change to extra-*

This commit is contained in:
2024-04-20 13:06:33 +02:00
parent b4892083e8
commit 55b518345b

View File

@@ -16,13 +16,13 @@
protocol = "ssh-ng";
} ];
settings = {
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
extra-trusted-public-keys = [
#"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
];
substituters = [
"https://cache.nixos.org"
#"ssh-ng://nixremote@hades.home.opel-online.de"
extra-substituters = [
#"https://cache.nixos.org"
"ssh-ng://nixremote@hades.home.opel-online.de"
];
trusted-users = [
"kabbone"