mirror of
https://github.com/SebastianStork/nixos-installer.git
synced 2026-01-21 13:21:35 +01:00
Init
This commit is contained in:
commit
b2aca0a845
11 changed files with 327 additions and 0 deletions
19
justfile
Normal file
19
justfile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue