Commit ecd5a50

HPCesia <me@hpcesia.com>
2025-10-07 10:56:32
chore: justfile
1 parent de4a655
Changed files (1)
justfile
@@ -0,0 +1,13 @@
+system := "x86_64-linux"
+
+# Build current system profile
+build-boot:
+    nh os boot .
+
+# Edit Vaultix secret
+edit_secret target:
+    nix run .#vaultix.app.{{system}}.edit -- '{{target}}'
+
+# Cache Vaultix secrets
+cache_secrets:
+    nix run .#vaultix.app.{{system}}.renc