Move secretive to a home module.
Signed-off-by: Mariano Uvalle <jmug@Mac.lan>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ user, ... } : {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
Host *
|
||||
IdentityAgent ${user.homeDirectory}/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user