From b4c8e2581c82151e8dd6fd1f9951568947e71530 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 16 Oct 2024 13:40:40 -0400 Subject: Enable the zsa voyager keyboard The voyager needed some special udev rules, and a program to do the flashing. I also made the barrier port explicit by moving to Ports.nix. --- Biz/Dev/Beryllium/Configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Biz/Dev/Beryllium') diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index 8daa124..b898764 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -1,6 +1,7 @@ { pkgs, ... }: -{ +let ports = import ../../Cloud/Ports.nix; +in { imports = [ # Include the results of the hardware scan. ./Hardware.nix ]; @@ -98,12 +99,14 @@ linuxPackages.v4l2loopback nvtop keymapp + wally-cli + # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + # wget ]; systemd.services.NetworkManager-wait-online.enable = false; networking.firewall.allowedTCPPorts = [ ports.barrier ]; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3