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