Move secretive to a home module.
Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
parent
018fcedea3
commit
684969e72b
3 changed files with 11 additions and 7 deletions
9
home-modules/secretive.nix
Normal file
9
home-modules/secretive.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ user, ... } : {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
Host *
|
||||
IdentityAgent ${user.homeDirectory}/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue