home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5a30d19facd314547ebab0f08e2c4b4d075c7e3a
parent 422342d58667301f03652f26dc350867dcead512
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 May 2020 14:29:27 +0200

Add .envrc with optional .secrets support

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
A.envrc | 2++
M.gitignore | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.envrc b/.envrc @@ -0,0 +1,2 @@ +use_nix shell.nix +test -f .secrets && source .secrets || echo "no secrets" diff --git a/.gitignore b/.gitignore @@ -12,6 +12,6 @@ assets/* private/* networking.nix wireguard*.key -.envrc +.secrets hardware-configuration.nix /key.bin