add disko
This commit is contained in:
parent
8a35a32445
commit
ba6d0a06a0
7 changed files with 277 additions and 73 deletions
7
Justfile
7
Justfile
|
|
@ -39,6 +39,13 @@ gc:
|
|||
generations:
|
||||
sudo nix-env --list-generations --profile /nix/var/nix/profiles/system
|
||||
|
||||
# Build the installer ISO (bootable USB image)
|
||||
iso:
|
||||
nix build .#nixosConfigurations.installer.config.system.build.isoImage
|
||||
@echo ""
|
||||
@echo "ISO built at: $(readlink -f result)/iso/*.iso"
|
||||
@echo "Flash with: sudo dd if=result/iso/*.iso of=/dev/sdX bs=4M status=progress && sync"
|
||||
|
||||
# Edit the SOPS-encrypted secrets file
|
||||
secrets:
|
||||
sops secrets/secrets.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue