diff --git a/hosts/nixos/bjarte/configuration.nix b/hosts/nixos/bjarte/configuration.nix index ef6f720..04de7c2 100644 --- a/hosts/nixos/bjarte/configuration.nix +++ b/hosts/nixos/bjarte/configuration.nix @@ -55,8 +55,9 @@ ../../../profiles/known-hosts ]; - environment.systemPackages = with pkgs; [ - krita + environment.systemPackages = [ + pkgs.krita + pkgs.chromium ]; time.timeZone = null; # allows imperative configuring diff --git a/justfile b/justfile index 1003188..ef65168 100644 --- a/justfile +++ b/justfile @@ -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