moved home manager modules
This commit is contained in:
@@ -11,12 +11,12 @@ in
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = with inputs.self.homeModules; [
|
||||
home-manager.sharedModules = with inputs.self.modules.homeManager; [
|
||||
ssh
|
||||
];
|
||||
};
|
||||
|
||||
flake.homeModules.ssh = { pkgs, config, lib, ... }:
|
||||
flake.modules.homeManager.ssh = { pkgs, config, lib, ... }:
|
||||
{
|
||||
options.ssh = {
|
||||
IdentityFile = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user