From 3b12f7aee275db87ccf5cb5552fdc591a650f8a4 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Mon, 4 May 2026 22:50:25 -0800 Subject: [PATCH] Try to fix hm issue --- nixos/system/home/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 83db851..a6f67a6 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -52,7 +52,7 @@ in { ++ unstable-packages ); - file.".ssh/known_hosts".text = joinedString; + file.".ssh/known_hosts" = {text = joinedString; force = true;}; }; programs = {