Enable Trezor on marvin
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
A modules/hardware/trezor.nix
@@ -0,0 +1,4 @@ +{ config, pkgs, ... }: + +{ services.trezord.enable = true; +}