mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Figured ssh agents out
This commit is contained in:
parent
09bd215e5f
commit
3345dc7919
@ -62,5 +62,5 @@
|
||||
name = "Alexandre";
|
||||
};
|
||||
};
|
||||
};:
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
{
|
||||
# The OpenSSH agent
|
||||
service.ssh-agent = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
programs.ssh = {
|
||||
startAgent = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user