new beginning

This commit is contained in:
2024-06-30 23:27:40 +02:00
commit ec1513fbf3
52 changed files with 5459 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[
./ssh-agent
]

View File

@ -0,0 +1,5 @@
{...}: {
services.ssh-agent = {
enable = true;
};
}