mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: enable nitrokey
This commit is contained in:
parent
9514033f26
commit
dcb997cdf7
4 changed files with 33 additions and 0 deletions
8
modules/hardware/default.nix
Normal file
8
modules/hardware/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Hardware-related modules
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./nitrokey
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue