summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
authorAlan Pearce2017-10-28 11:58:46 +0200
committerAlan Pearce2017-10-28 12:14:14 +0200
commit496cfc51e4c157481d9911bf6993a930579c78b9 (patch)
tree58712c5dae65a4d954663f683640bfe260871741 /modules/hardware
parent6b27e743d57c3305a84267e654220f65eab724a3 (diff)
downloadnixos-configuration-496cfc51e4c157481d9911bf6993a930579c78b9.tar.lz
nixos-configuration-496cfc51e4c157481d9911bf6993a930579c78b9.tar.zst
nixos-configuration-496cfc51e4c157481d9911bf6993a930579c78b9.zip
Enable Trezor on marvin
Diffstat (limited to 'modules/hardware')
-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;
+}