3 lines
111 B
Makefile
3 lines
111 B
Makefile
# Run a the example config in a VM
|
|
vm:
|
|
nix run ".#nixosConfigurations.my-server-name.config.system.build.vm"
|