From b2e0f44a7bee43f00dad89fc1ca0787ec5dd2da9 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 18:33:42 -0400 Subject: [PATCH] Speed this up for now again Signed-off-by: Xe --- hosts/akko/akkoma.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index b82ed48..bee25a2 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -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"; + }; }; }