nixos-installer/justfile
2025-03-11 21:25:10 +01:00

19 lines
339 B
Makefile

set quiet := true
default:
just --list --unsorted
generate image: decrypt && encrypt
-nix build path:.#{{ image }}
decrypt:
sops decrypt --extract '["tailscale-auth-key"]' --output tailscale-auth-key.dec secrets.yaml
encrypt:
rm tailscale-auth-key.dec
update:
nix flake update --commit-lock-file
fmt:
nix fmt