persist only the known_hosts file
This commit is contained in:
parent
99f4144a89
commit
7a5cc1003d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@ _: {
|
|||
".local/share/zsh"
|
||||
".local/state"
|
||||
".mozilla"
|
||||
".ssh"
|
||||
{
|
||||
directory = ".nixos-config";
|
||||
method = "symlink";
|
||||
|
@ -69,6 +68,7 @@ _: {
|
|||
files = [
|
||||
".config/gh/hosts.yml"
|
||||
".config/wallpaper_config.json"
|
||||
".ssh/known_hosts"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue