magpie/initrd: remove sops ssh key
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user