force true
This commit is contained in:
parent
1ea990ea1a
commit
22a9c01f72
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ in {
|
|||
++ unstable-packages
|
||||
);
|
||||
|
||||
file.".ssh/known_hosts".text = joinedString;
|
||||
file.".ssh/known_hosts" = {
|
||||
text = joinedString;
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue