diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-16 12:15:25 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-16 12:15:25 +0100 |
commit | b6e49129d2a3a01dd1ad436e4144bacbe89d1c30 (patch) | |
tree | b2ea63636334451916da2318d1ff78008b7a10d2 /nixos/modules/module-list.nix | |
parent | 8a0e28879f88d405e90fec6e80a3fd2539c068a5 (diff) |
add eth.hardware.printer NixOS module
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r-- | nixos/modules/module-list.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index a734519..247d9a6 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1,6 +1,7 @@ [ ./hardware/keyboard.nix ./hardware/linode.nix + ./hardware/printer.nix ./hardware/touchpad.nix ./hardware/yubikey.nix ./location.nix |