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
|
++ unstable-packages
|
||||||
);
|
);
|
||||||
|
|
||||||
file.".ssh/known_hosts".text = joinedString;
|
file.".ssh/known_hosts" = {
|
||||||
|
text = joinedString;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue