From 5c173a8c2ee2ecf91f2facc4cf38096f16551f9a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 Dec 2021 11:06:02 -0500 Subject: [PATCH] hosts/Infini-STICK: update persistance --- hosts/Infini-STICK/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/Infini-STICK/default.nix b/hosts/Infini-STICK/default.nix index 31e7204..c8cfab2 100644 --- a/hosts/Infini-STICK/default.nix +++ b/hosts/Infini-STICK/default.nix @@ -30,21 +30,21 @@ "/home" "/etc/nixos" - "/root/.local/share/nix" - "/root/.ssh" - - # /etc directories - "/etc/ssh" - # /var directories "/var/log" - "/var/lib/bluetooth" "/var/lib/systemd/coredump" - "/var/db/sudo/lectured" ]; files = [ "/etc/machine-id" + + "/etc/ssh/ssh_host_rsa_key" + "/etc/ssh/ssh_host_rsa_key.pub" + "/etc/ssh/ssh_host_ed25519_key" + "/etc/ssh/ssh_host_ed25519_key.pub" + + "/root/.local/share/nix/trusted-settings.json" + "/root/.ssh/known_hosts" ]; };