diff --git a/nixos/hosts/hades/lucy/configuration.nix b/nixos/hosts/hades/lucy/configuration.nix index ae3cc65..ad4cfdc 100644 --- a/nixos/hosts/hades/lucy/configuration.nix +++ b/nixos/hosts/hades/lucy/configuration.nix @@ -18,6 +18,7 @@ # Additional packages environment.systemPackages = with pkgs; [ gcc + go jq nuclei rustup diff --git a/nixos/hosts/thalassa/aoife/hardware.nix b/nixos/hosts/thalassa/aoife/hardware.nix index d9b8e1e..f00abf8 100644 --- a/nixos/hosts/thalassa/aoife/hardware.nix +++ b/nixos/hosts/thalassa/aoife/hardware.nix @@ -5,7 +5,7 @@ services.hardware.bolt.enable = true; - hardware.trackpoint.enable = true; + # hardware.trackpoint.enable = true; # FS fileSystems."/".options = [ "compress=zstd" ];