fixed ssh

This commit is contained in:
Charlie Root 2024-04-12 21:01:02 +02:00
commit 1c14ca1202
2 changed files with 49 additions and 106 deletions

View file

@ -6,11 +6,9 @@ in {
options.myOptions.programs.ssh.enable = mkEnableOption "ssh";
config = mkIf cfg.enable {
home-manager.users.${username} = {
programs.ssh = {
startAgent = true;
};
};
};
}