diff --git a/hosts/common/configs/system/usb/default.nix b/hosts/common/configs/system/usb/default.nix new file mode 100644 index 0000000..b65136e --- /dev/null +++ b/hosts/common/configs/system/usb/default.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ usbutils ]; +} diff --git a/hosts/himalia/default.nix b/hosts/himalia/default.nix index b1d4b36..7df280a 100644 --- a/hosts/himalia/default.nix +++ b/hosts/himalia/default.nix @@ -45,6 +45,7 @@ ../common/configs/system/system ../common/configs/system/timezone ../common/configs/system/upower + ../common/configs/system/usb ../common/configs/system/users ../common/configs/system/zsh diff --git a/hosts/installer/default.nix b/hosts/installer/default.nix index 5e0c466..4a4698e 100644 --- a/hosts/installer/default.nix +++ b/hosts/installer/default.nix @@ -37,6 +37,7 @@ ../common/configs/system/sudo ../common/configs/system/system ../common/configs/system/timezone + ../common/configs/system/usb ../common/configs/system/users ../common/configs/system/zsh diff --git a/hosts/jupiter/default.nix b/hosts/jupiter/default.nix index 636019f..839445b 100644 --- a/hosts/jupiter/default.nix +++ b/hosts/jupiter/default.nix @@ -39,6 +39,7 @@ ../common/configs/system/sshd ../common/configs/system/sudo ../common/configs/system/system + ../common/configs/system/usb ../common/configs/system/users ../common/configs/system/zsh