Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Sep 16, 2024
1 parent df20b65 commit 1448503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1448503

Please sign in to comment.