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";
|
name = "Alexandre";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};:
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
# The OpenSSH agent
|
# The OpenSSH agent
|
||||||
service.ssh-agent = {
|
programs.ssh = {
|
||||||
enable = true;
|
startAgent = true;
|
||||||
enableBashIntegration = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user