try this for ssh keys

This commit is contained in:
Osman Faruk Bayram 2025-01-13 22:19:04 +03:00
parent bb7dca3144
commit 64cc78a2bd
4 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,15 @@
{
age.secrets = {
network-manager.file = ../secrets/network-manager.age;
ssh-key-private = {
file = ../secrets/ssh-key-private.age;
path = "/home/osbm/.ssh/id_ed25519";
mode = "0600";
};
ssh-key-public = {
file = ../secrets/ssh-key-public.age;
path = "/home/osbm/.ssh/id_ed25519.pub";
mode = "0644";
};
};
}