move ssh files

This commit is contained in:
KoenDR06 2025-10-01 12:30:21 +02:00
parent 05564059c8
commit 102b259832
2 changed files with 4 additions and 4 deletions

View file

@ -25,13 +25,13 @@ in {
file = secretFile "ssh/id_personal.pub.age"; file = secretFile "ssh/id_personal.pub.age";
owner = username; owner = username;
group = "users"; group = "users";
path = "/home/horseman/.ssh/id_personal.pub"; path = "/home/horseman/.ssh/id_ed25519.pub";
}; };
personalSSH = { personalSSH = {
file = secretFile "ssh/id_personal.age"; file = secretFile "ssh/id_personal.age";
owner = username; owner = username;
group = "users"; group = "users";
path = "/home/horseman/.ssh/id_personal"; path = "/home/horseman/.ssh/id_ed25519";
}; };
githubSSHpub = { githubSSHpub = {
file = secretFile "ssh/id_github.pub.age"; file = secretFile "ssh/id_github.pub.age";