magpie/sops: rename dummy key
This commit is contained in:
parent
7024f0e216
commit
e1cfb9032c
@ -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)];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user