force true

This commit is contained in:
Mork Swork 2026-05-08 21:47:38 -07:00
parent 1ea990ea1a
commit 22a9c01f72

View file

@ -53,7 +53,10 @@ in {
++ unstable-packages ++ unstable-packages
); );
file.".ssh/known_hosts".text = joinedString; file.".ssh/known_hosts" = {
text = joinedString;
force = true;
};
}; };
programs = { programs = {