1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 04:51:08 +01:00

ssh-agent: init module (#4178)

This commit is contained in:
Linus Heckemann 2023-06-28 23:58:15 +02:00 committed by Sumner Evans
parent 7a0e9a6782
commit 2d9210f25e
No known key found for this signature in database
GPG key ID: 8904527AB50022FD
3 changed files with 45 additions and 0 deletions

View file

@ -1135,6 +1135,14 @@ in
A new modules is available: 'programs.zsh.antidote'
'';
}
{
time = "2023-06-30T14:46:22+00:00";
condition = config.services.ssh-agent.enable;
message = ''
A new module is available: 'services.ssh-agent'
'';
}
];
};
}