From 144850323ee93cd00ccbe91ab83a288241d2b3af Mon Sep 17 00:00:00 2001 From: oluceps Date: Mon, 16 Sep 2024 15:31:40 +0800 Subject: [PATCH] + --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 59d2f31..a9f707e 100644 --- a/justfile +++ b/justfile @@ -14,3 +14,6 @@ eval-hostKeys: nix eval --expr "builtins.mapAttrs (_: v: v.config.services.openssh.hostKeys) (builtins.getFlake "{{ pwd }}").nixosConfigurations" --impure --json | jq eval-json: nix eval --json '.#nixosConfigurations.tester.config.test' | jq + +init-storage: + mkdir -p test/secrets/renced/tester