diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:07:50 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:07:50 -0700 |
commit | 1fc2e48b1684a03d30db542be3642d982cf23810 (patch) | |
tree | ffc3fb2b2133ef2d1e4bc72d10e32afd7fb4c388 /home/root | |
parent | ba7797d4b74af826757123a557c05db394682594 (diff) | |
download | nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.gz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.bz2 nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.lz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.xz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.zst nix-1fc2e48b1684a03d30db542be3642d982cf23810.zip |
Add secrets @{kaitain,richese}
Diffstat (limited to 'home/root')
-rw-r--r-- | home/root/kaitain.nix | 4 | ||||
-rw-r--r-- | home/root/richese.nix | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/home/root/kaitain.nix b/home/root/kaitain.nix index 72dbda0..cb4ed48 100644 --- a/home/root/kaitain.nix +++ b/home/root/kaitain.nix @@ -4,6 +4,10 @@ common/core ]; + home.file = { + "bin/knock".source = ../common/scripts/knock; + }; + nix.extraOptions = '' !include /run/secrets/nix-access-token-github ''; diff --git a/home/root/richese.nix b/home/root/richese.nix index 72dbda0..cb4ed48 100644 --- a/home/root/richese.nix +++ b/home/root/richese.nix @@ -4,6 +4,10 @@ common/core ]; + home.file = { + "bin/knock".source = ../common/scripts/knock; + }; + nix.extraOptions = '' !include /run/secrets/nix-access-token-github ''; |