This commit is contained in:
John Lancaster
2026-03-10 21:48:44 -05:00
parent 95391fc713
commit 7eaa32f161
7 changed files with 189 additions and 7 deletions

View File

@@ -8,11 +8,18 @@ in
imports = [
inputs.self.modules.nixos.lxc
inputs.self.modules.nixos."${username}"
# inputs.self.modules.nixos.step-ca
inputs.self.modules.nixos.docker
];
home-manager.users."${username}" = {
imports = [
# inputs.self.homeModules."${username}"
imports = with inputs.self.homeModules; [
ssh
];
docker.enable = true;
ssh.matchSets = {
certs = true;
homelab = true;
};
};
};