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,4 +1,4 @@
{ ... }: {
{ config, builtins, ... }: {
programs.nushell = {
enable = true;
configFile.source = ./config.nu;
@@ -9,6 +9,8 @@
# envFile.source = ./env.nu;
# environmentVariables = { FOO="bar"; };
# extraConfig = builtins.readFile config.age.secrets."alias-for-work.nushell".path;
shellAliases = {
k = "kubectl";