From 8e4d95e6f128190c1ae5bece8a2385d86fdfc673 Mon Sep 17 00:00:00 2001 From: jmug Date: Sun, 1 Mar 2026 13:49:02 -0800 Subject: [PATCH] [chore] Indentation fixes. --- hosts/nixbox/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nixbox/home.nix b/hosts/nixbox/home.nix index 16a2266..7ee2661 100644 --- a/hosts/nixbox/home.nix +++ b/hosts/nixbox/home.nix @@ -109,10 +109,10 @@ in { # home.activation.aws-cli-mfa-config = lib.hm.dag.entryAfter ["writeBoundary"] '' # mkdir -p ~/.config/aws-cli-mfa # cat > ~/.config/aws-cli-mfa/config.yaml << EOF -# mfa_serial: $(cat ${config.sops.secrets."aws/jmug_matcha_mfa_serial".path}) -# role_arn: $(cat ${config.sops.secrets."aws/role_arn".path}) -# session_duration: 43200 -# EOF + # mfa_serial: $(cat ${config.sops.secrets."aws/jmug_matcha_mfa_serial".path}) + # role_arn: $(cat ${config.sops.secrets."aws/role_arn".path}) + # session_duration: 43200 + # EOF # ''; programs.zsh = {