started SSH certs

This commit is contained in:
John Lancaster
2026-03-12 13:22:40 -05:00
parent 3bbe6d359e
commit 026f413e7b
4 changed files with 33 additions and 28 deletions

View File

@@ -19,18 +19,19 @@ in
inputs.home-manager.nixosModules.home-manager
nixos."${username}"
nixos.lxc
nixos.sudo
# nixos.sudo
nixos.zsh
nixos.docker
nixos.step-client
{
users.users."${username}" = {
extraGroups = [ "docker" ];
};
home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [
step-client
];
# imports = with inputs.self.modules.homeManager; [
# step-client
# ];
shell.program = "zsh";
docker.enable = true;
ssh.matchSets = {