magpie/sops: rename dummy key

This commit is contained in:
2024-04-21 13:13:25 +02:00
parent 7024f0e216
commit e1cfb9032c

View File

@@ -30,7 +30,7 @@
sopsFile = ../common/secrets/wg_preshared.yaml;
};
sops.secrets."ssh_dummy_ed25519_key" = {
sops.secrets."dummy_ssh_key" = {
sopsFile = ./secrets/dummy_ssh_key.yaml;
};
@@ -53,7 +53,7 @@
udhcpc.enable = true;
ssh = {
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)];
};
};