users/jordan: fix ssh agent issues
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1s
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
|
||||
home.persistence."/persist".directories = [
|
||||
|
||||
@@ -3,11 +3,8 @@
|
||||
}:
|
||||
|
||||
{
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks."*".addKeysToAgent = "yes";
|
||||
};
|
||||
|
||||
home.persistence."/state".files = [
|
||||
|
||||
Reference in New Issue
Block a user