From 1fc2e48b1684a03d30db542be3642d982cf23810 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 24 Jun 2025 10:07:50 -0700 Subject: Add secrets @{kaitain,richese} --- home/root/kaitain.nix | 4 ++++ home/root/richese.nix | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'home/root') 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 ''; -- cgit v1.2.3