Speed this up for now again

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 18:33:42 -04:00
parent 03f49165dd
commit b2e0f44a7b
1 changed files with 12 additions and 12 deletions

View File

@ -83,17 +83,17 @@ in {
owner = "acme";
group = "nginx";
};
# akko-keyid = {
# file = ../../secret/akko-keyid.age;
# path = "/var/lib/secrets/akkoma/b2_key_id";
# owner = "akkoma";
# group = "akkoma";
# };
# akko-applicationkey = {
# file = ../../secret/akko-applicationkey.age;
# path = "/var/lib/secrets/akkoma/b2_app_key";
# owner = "akkoma";
# group = "akkoma";
# };
akko-keyid = {
file = ../../secret/akko-keyid.age;
path = "/var/lib/secrets/akkoma/b2_key_id";
owner = "akkoma";
group = "akkoma";
};
akko-applicationkey = {
file = ../../secret/akko-applicationkey.age;
path = "/var/lib/secrets/akkoma/b2_app_key";
owner = "akkoma";
group = "akkoma";
};
};
}