feat: automate SSH config ('known_hosts', 'authorized_keys' ...)

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent fbdcf51e6c
commit 66f36cf71c
15 changed files with 143 additions and 9 deletions
+4 -1
View File
@@ -1,6 +1,7 @@
{
lib,
inputs,
outputs,
config,
pkgs,
...
@@ -58,7 +59,9 @@ in
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = {
inherit inputs outputs;
};
users.${username} = import ../../home/hosts/vm {
inherit inputs;
inherit config;