magpie/sops: rename dummy key

This commit is contained in:
Asmir A 2024-04-21 13:13:25 +02:00
parent 7024f0e216
commit e1cfb9032c
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -30,7 +30,7 @@
sopsFile = ../common/secrets/wg_preshared.yaml; sopsFile = ../common/secrets/wg_preshared.yaml;
}; };
sops.secrets."ssh_dummy_ed25519_key" = { sops.secrets."dummy_ssh_key" = {
sopsFile = ./secrets/dummy_ssh_key.yaml; sopsFile = ./secrets/dummy_ssh_key.yaml;
}; };
@ -53,7 +53,7 @@
udhcpc.enable = true; udhcpc.enable = true;
ssh = { ssh = {
enable = true; enable = true;
hostKeys = [config.sops.secrets."ssh_dummy_ed25519_key".path]; hostKeys = [config.sops.secrets."dummy_ssh_key".path];
authorizedKeys = [(builtins.readFile ../nixy/ssh_pubkey)]; authorizedKeys = [(builtins.readFile ../nixy/ssh_pubkey)];
}; };
}; };