refactor3

This commit is contained in:
Lilith 2025-03-12 16:43:45 +01:00
parent b9e206af24
commit f012a7d409
Signed by: lilith
GPG key ID: 8712A0F317C37175
16661 changed files with 71 additions and 1480464 deletions

View file

@ -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";
};