mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
17 lines
320 B
Makefile
17 lines
320 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
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -rf result
|
||
|
|
rm -rf *.qcow2
|
||
|
|
|
||
|
|
switch:
|
||
|
|
nh os switch
|
||
|
|
|
||
|
|
help:
|
||
|
|
@just --list
|