sops
This commit is contained in:
parent
44fc8ce456
commit
7f17a9eadb
6 changed files with 14 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue