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"; protocol = "ssh-ng";
} ]; } ];
settings = { settings = {
trusted-public-keys = [ extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" #"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
]; ];
substituters = [ extra-substituters = [
"https://cache.nixos.org" #"https://cache.nixos.org"
#"ssh-ng://nixremote@hades.home.opel-online.de" "ssh-ng://nixremote@hades.home.opel-online.de"
]; ];
trusted-users = [ trusted-users = [
"kabbone" "kabbone"