From cf0c19fad000b6f4581db479ee812b576b00a8a4 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 6 Jun 2025 01:05:52 +0200 Subject: [PATCH] kdslkjdsalkjdsalkj --- hosts/nixos/bjarte/configuration.nix | 5 +++-- justfile | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) 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