fix: fixed more datasets
This commit is contained in:
parent
2f7bbf3e1c
commit
16089e0371
36 changed files with 44 additions and 40 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue