remoteClient change to extra-*

This commit is contained in:
Kabbone 2024-04-20 13:06:33 +02:00
parent b4892083e8
commit 55b518345b
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

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"