.ssh/config to sops

This commit is contained in:
unexplrd
2025-03-04 13:24:18 +02:00
parent d880ca20ca
commit 13c357d32a
2 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,11 @@ in {
mode = "0400";
owner = "user";
};
"ssh-config" = {
path = "/home/user/.ssh/config";
mode = "0400";
owner = "user";
};
};
};
}