aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-26 09:30:31 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-26 09:30:31 -0800
commit2b1866f4d4f83c724bae04e79a9b228bcece47ba (patch)
treea4c4d5179a1ab2005ea5c7af6ef6119a332dca66 /flake.nix
parentpersist postgresql's data dir (diff)
downloadinfra-2b1866f4d4f83c724bae04e79a9b228bcece47ba.tar.gz
add framebox to the ssh know host list
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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; }