mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
fix: migrate secrets from /run/agenix(deleted after reboot) to /etc/agenix
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user