Files
nixos/Justfile
2026-03-01 08:36:23 +01:00

25 lines
550 B
Makefile

vm-desktop:
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
./result/bin/run-epiquev2-vm
vm-laptop:
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
./result/bin/run-dalaptop-vm
build:
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
upload:
attic push my-config /run/current-system
attic push my-config result
clean:
rm -rf result
rm -rf *.qcow2
switch:
nh os switch
help:
@just --list