From 2b1866f4d4f83c724bae04e79a9b228bcece47ba Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 26 Jan 2026 09:30:31 -0800 Subject: add framebox to the ssh know host list --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e986e79..0e10b43 100644 --- a/flake.nix +++ b/flake.nix @@ -204,6 +204,7 @@ hostName = name; adminUser = machineAdminUser; inherit self inputs; + hostConfigurations = nixpkgs.lib.mapAttrs (_: conf: conf.config) nixosConfigurations; }; modules = [ { adminUser = machineAdminUser; } -- cgit v1.2.3