feat: harden my private secrets

This commit is contained in:
Ryan Yin
2023-07-14 17:09:47 +08:00
parent f34bf79884
commit 54bb672d9e
10 changed files with 108 additions and 65 deletions

View File

@@ -1,10 +1,11 @@
{ ... }: {
{ config, builtins, ... }: {
programs.bash = {
enable = true;
enableCompletion = true;
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
'';
# ++ (builtins.readFile config.age.secrets."alias-for-work.bash".path);
shellAliases = {
k = "kubectl";