summary refs log tree commit diff stats
path: root/modules/hardware/trezor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/trezor.nix')
-rw-r--r--modules/hardware/trezor.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/hardware/trezor.nix b/modules/hardware/trezor.nix
new file mode 100644
index 0000000..ad938e9
--- /dev/null
+++ b/modules/hardware/trezor.nix
@@ -0,0 +1,4 @@
+{ config, pkgs, ... }:
+
+{ services.trezord.enable = true;
+}