magpie/initrd: remove sops ssh key

This commit is contained in:
2024-04-21 16:15:46 +02:00
parent a418ea4145
commit 511aee2794
2 changed files with 1 additions and 35 deletions

View File

@@ -31,7 +31,7 @@
udhcpc.enable = true;
ssh = {
enable = true;
hostKeys = [config.sops.secrets."ssh_tmp_key".path];
hostKeys = [/etc/ssh_dummy_ed25519_key];
authorizedKeyFiles = [../nixy/ssh_pubkey];
};
};
@@ -330,10 +330,6 @@
sopsFile = ./secrets/borgbase_ssh_key.yaml;
};
sops.secrets."ssh_tmp_key" = {
sopsFile = ./secrets/ssh_tmp_key.yaml;
};
networking.hostName = "magpie";
networking.firewall.enable = true;