persist only the known_hosts file

This commit is contained in:
Adithya 2023-11-05 12:58:22 +05:30
parent 99f4144a89
commit 7a5cc1003d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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"
];
};
}