From 496cfc51e4c157481d9911bf6993a930579c78b9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 28 Oct 2017 11:58:46 +0200 Subject: Enable Trezor on marvin --- modules/hardware/trezor.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/hardware/trezor.nix (limited to 'modules') diff --git a/modules/hardware/trezor.nix b/modules/hardware/trezor.nix new file mode 100644 index 00000000..ad938e9a --- /dev/null +++ b/modules/hardware/trezor.nix @@ -0,0 +1,4 @@ +{ config, pkgs, ... }: + +{ services.trezord.enable = true; +} -- cgit 1.4.1