From 9527014aabf94148e61381c33e5d85189ac2588e Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 12:25:14 -0400 Subject: [PATCH] sapphic-engineer: not use tachikoma-fe for now --- nixos/hosts/sapphic-engineer/akkoma.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 5f38b89..d902054 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -6,9 +6,9 @@ secrets = keys: builtins.listToAttr (map (name: nameValuePair name defaultSecret) keys); secretRef = key: { _secret = config.sops.secrets.${key}.path; }; in { - imports = [ - inputs.tachikoma-fe.nixosModules.default - ]; + # imports = [ + # inputs.tachikoma-fe.nixosModules.default + # ]; sops.secrets = secrets [ "s3--access_key_id"