fix: fixed more datasets

This commit is contained in:
Leyla Becker 2026-03-07 19:00:01 -06:00
parent 2f7bbf3e1c
commit 16089e0371
36 changed files with 44 additions and 40 deletions

View file

@ -96,7 +96,7 @@
}
)
(lib.mkIf config.impermanence.enable {
home.persistence."/persist/replicate/home" = {
home.persistence."${config.impermanence.persistencePath}" = {
files = lib.lists.flatten (
builtins.map (hostKey: [".ssh/${hostKey.path}" ".ssh/${hostKey.path}.pub"]) config.programs.openssh.hostKeys
);