WIP
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user