From 22a9c01f72ceb407310dc2b69f51f5a1614cae81 Mon Sep 17 00:00:00 2001 From: Mork Swork Date: Fri, 8 May 2026 21:47:38 -0700 Subject: [PATCH] force true --- nixos/system/home/shared.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 8c64af4..061585b 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -53,7 +53,10 @@ in { ++ unstable-packages ); - file.".ssh/known_hosts".text = joinedString; + file.".ssh/known_hosts" = { + text = joinedString; + force = true; + }; }; programs = {