fix: migrate secrets from /run/agenix(deleted after reboot) to /etc/agenix

This commit is contained in:
Ryan Yin
2023-07-15 12:31:18 +08:00
parent 5ed0ece058
commit c90d1c0208
2 changed files with 18 additions and 13 deletions

View File

@@ -3,14 +3,14 @@
programs.bash = {
# load the alias file for work
bashrcExtra = ''
source /run/agenix/alias-for-work.bash
source /etc/agenix/alias-for-work.bash
'';
};
programs.nushell = {
# load the alias file for work
extraConfig = ''
source /run/agenix/alias-for-work.nushell
source /etc/agenix/alias-for-work.nushell
'';
};