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"