2026-03-01 08:43:43 +01:00
|
|
|
default: switch build-laptop upload clean
|
|
|
|
|
|
2026-03-01 08:19:46 +01:00
|
|
|
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
|
|
|
|
|
|
2026-03-01 08:43:43 +01:00
|
|
|
build-laptop:
|
|
|
|
|
nix build .#nixosConfigurations.dalaptop.config.system.build.toplevel
|
2026-03-01 08:36:23 +01:00
|
|
|
|
|
|
|
|
upload:
|
|
|
|
|
attic push my-config /run/current-system
|
|
|
|
|
attic push my-config result
|
|
|
|
|
|
2026-03-01 08:19:46 +01:00
|
|
|
clean:
|
|
|
|
|
rm -rf result
|
|
|
|
|
rm -rf *.qcow2
|
|
|
|
|
|
|
|
|
|
switch:
|
|
|
|
|
nh os switch
|
|
|
|
|
|
|
|
|
|
help:
|
|
|
|
|
@just --list
|