From c0a41def22272f41e65b9af86affd1e3dbc8c629 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 31 Aug 2022 17:25:57 -0700 Subject: [PATCH] impermanence: don't persist authorized_keys.d --- modules/impermanence.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/impermanence.nix b/modules/impermanence.nix index eec9430aa..420eff98f 100644 --- a/modules/impermanence.nix +++ b/modules/impermanence.nix @@ -85,7 +85,6 @@ in ] ++ cfg.service-dirs)); files = [ "/etc/machine-id" - "/etc/ssh/authorized_keys.d" # XXX: might want to remove this; the authorized_keys in ~/.ssh should work. "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" "/etc/ssh/ssh_host_rsa_key"