move ssh files
This commit is contained in:
parent
05564059c8
commit
102b259832
2 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue