kdslkjdsalkjdsalkj
This commit is contained in:
@@ -55,8 +55,9 @@
|
|||||||
../../../profiles/known-hosts
|
../../../profiles/known-hosts
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [
|
||||||
krita
|
pkgs.krita
|
||||||
|
pkgs.chromium
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = null; # allows imperative configuring
|
time.timeZone = null; # allows imperative configuring
|
||||||
|
|||||||
3
justfile
3
justfile
@@ -61,6 +61,9 @@ build-vm hostname=`just _a_host` *_:
|
|||||||
nixos-rebuild build-vm --accept-flake-config --show-trace --flake .#"{{hostname}}" "${@:2}"
|
nixos-rebuild build-vm --accept-flake-config --show-trace --flake .#"{{hostname}}" "${@:2}"
|
||||||
|
|
||||||
build-vm-and-run $hostname=`just _a_host` *_:
|
build-vm-and-run $hostname=`just _a_host` *_:
|
||||||
|
@# TODO: setup ports?
|
||||||
|
@# TODO: attach serial instead of gui?
|
||||||
|
@# TODO: headless and ssh?
|
||||||
@just build-vm "$hostname" "${@:2}"
|
@just build-vm "$hostname" "${@:2}"
|
||||||
./result/bin/run-"$hostname"-vm
|
./result/bin/run-"$hostname"-vm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user