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:
parent
7a0e9a6782
commit
2d9210f25e
3 changed files with 45 additions and 0 deletions
|
|
@ -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'
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue