kdslkjdsalkjdsalkj

This commit is contained in:
2025-06-06 01:05:52 +02:00
parent f74142160d
commit cf0c19fad0
2 changed files with 6 additions and 2 deletions

View File

@@ -55,8 +55,9 @@
../../../profiles/known-hosts
];
environment.systemPackages = with pkgs; [
krita
environment.systemPackages = [
pkgs.krita
pkgs.chromium
];
time.timeZone = null; # allows imperative configuring

View File

@@ -61,6 +61,9 @@ build-vm hostname=`just _a_host` *_:
nixos-rebuild build-vm --accept-flake-config --show-trace --flake .#"{{hostname}}" "${@:2}"
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}"
./result/bin/run-"$hostname"-vm