added sudo and step-client modules

This commit is contained in:
John Lancaster
2026-03-12 12:25:58 -05:00
parent 1825230029
commit 9a22aba03a
4 changed files with 46 additions and 1 deletions

View File

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