From 1773cbd5ef42d73374ef040643a290ef7e1c8846 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 18:07:42 -0400 Subject: [PATCH] akko akko uwu try 15 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 b6e025f..20ca226 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"; + # }; }; }