refactor3
This commit is contained in:
parent
b9e206af24
commit
f012a7d409
16661 changed files with 71 additions and 1480464 deletions
|
|
@ -13,16 +13,16 @@
|
|||
|
||||
sops.secrets = {
|
||||
"user/password" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
neededForUsers = true;
|
||||
};
|
||||
"user/ssh/private" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
path = "/home/lilith/.ssh/id_ed25519";
|
||||
owner = "lilith";
|
||||
};
|
||||
"user/ssh/public" = {
|
||||
sopsFile = ../hosts/${host}/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