From 3172dc8275578a68272c44f1f6905df5544b866f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 10 Apr 2024 01:49:31 +0300 Subject: [PATCH] fwminex: tesseract --- hosts/fwminex/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index a3d0d49..1934ac8 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -206,6 +206,10 @@ in { virtualisation.virtualbox.host.enable = true; users.extraGroups.vboxusers.members = ["motiejus"]; + environment.systemPackages = with pkgs; [ + tesseract + ]; + networking = { hostId = "3a54afcd"; hostName = "fwminex";