Commit 1441087
Changed files (1)
justfile
@@ -4,10 +4,13 @@ system := "x86_64-linux"
build-boot:
nh os boot .
+build-switch:
+ nh os switch .
+
# Edit Vaultix secret
edit_secret target:
- nix run .#vaultix.app.{{system}}.edit -- '{{target}}'
+ nix run .#vaultix.app.{{ system }}.edit -- '{{ target }}'
# Cache Vaultix secrets
cache_secrets:
- nix run .#vaultix.app.{{system}}.renc
+ nix run .#vaultix.app.{{ system }}.renc