Attempt to enable ssh-agent, seems non-functional for now.

This commit is contained in:
Nolan Darilek 2025-05-16 12:46:56 -05:00
parent d290047090
commit 6a5f28a561

View file

@ -19,5 +19,6 @@
};
stateVersion = "24.11";
};
services.ssh-agent.enable = true;
};
}