From 27c9efa48891a7bb69ba0ef642e18cf5884a9e23 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 25 Mar 2024 15:32:47 +0100 Subject: authelia --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8096032..781b830 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,22 @@ - Managed using agenix - Don't forget to add secrets to git! -- Edit secrets such as below +Create secrets: ```bash -; EDITOR=hx nix run git+https://github.com/ryantm/agenix -- -e nix/hosts/corrino/secrets/pretix.age +./secret_create.sh +``` + +Edit secrets: + +```bash +; EDITOR=hx nix run git+https://github.com/ryantm/agenix -- -e +``` + +Print the generated secrets file as follows: + +```bash +; nix eval -I nixpkgs=flake:nixpkgs --file secrets.nix ``` ## Deploy -- cgit 1.4.1