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:
|
2026-03-15 11:08:32 +01:00
|
|
|
nix build .#nixosConfigurations.dalaptop.config.system.build.toplevel --log-format internal-json |& nom --json
|
2026-03-01 08:36:23 +01:00
|
|
|
|
|
|
|
|
upload:
|
2026-03-27 21:58:05 +01:00
|
|
|
attic push my-config result -j2
|
|
|
|
|
attic push my-config /run/current-system -j2
|
2026-03-01 08:36:23 +01:00
|
|
|
|
2026-03-01 08:19:46 +01:00
|
|
|
clean:
|
|
|
|
|
rm -rf result
|
|
|
|
|
rm -rf *.qcow2
|
|
|
|
|
|
2026-03-02 12:58:21 +01:00
|
|
|
format:
|
|
|
|
|
treefmt .
|
|
|
|
|
|
2026-03-01 08:19:46 +01:00
|
|
|
switch:
|
2026-03-27 19:26:56 +01:00
|
|
|
nh os switch --refresh
|
2026-03-01 08:19:46 +01:00
|
|
|
|
2026-03-09 15:01:37 +01:00
|
|
|
switch_update:
|
|
|
|
|
nh os switch --refresh --update
|
|
|
|
|
|
2026-03-01 08:19:46 +01:00
|
|
|
help:
|
2026-03-09 15:01:37 +01:00
|
|
|
@just --list
|