This commit is contained in:
Lilith 2025-02-27 01:37:42 +01:00
parent 44fc8ce456
commit 7f17a9eadb
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 14 additions and 7 deletions

View file

@ -17,12 +17,12 @@
neededForUsers = true;
};
"user/ssh/private" = {
sopsFile = ../hosts/${conf.hostname}/secrets/default.yaml;
sopsFile = ../hosts/${host}/secrets/default.yaml;
path = "/home/lilith/.ssh/id_ed25519";
owner = "lilith";
};
"user/ssh/public" = {
sopsFile = ../hosts/${conf.hostname}/secrets/default.yaml;
sopsFile = ../hosts/${host}/secrets/default.yaml;
path = "/home/lilith/.ssh/id_ed25519.pub";
owner = "lilith";
};