ssh module reorg
This commit is contained in:
@@ -7,13 +7,13 @@ in
|
||||
flake.modules.nixos."${hostname}" = { pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.self.modules.nixos.lxc
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.self.modules.nixos."${username}"
|
||||
# inputs.self.modules.nixos.step-ca
|
||||
inputs.self.modules.nixos.docker
|
||||
];
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.homeModules; [
|
||||
ssh
|
||||
];
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
@@ -26,7 +26,6 @@ in
|
||||
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
inputs.self.modules.nixos."${hostname}"
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user