This commit is contained in:
mjallen18
2025-12-12 13:39:40 -06:00
parent ce39a330b1
commit d76eff6f68
2 changed files with 29 additions and 36 deletions

View File

@@ -24,11 +24,5 @@ in
'';
};
};
programs.zsh.initContent = ''
if [ -f ${config.sops.templates.".env".path} ]; then
export $(grep -v '^#' ${config.sops.templates.".env".path} | xargs)
fi
'';
};
}