Enable Trezor on marvin
Alan Pearce alan@alanpearce.eu
Sat, 28 Oct 2017 11:58:46 +0200
2 files changed, 5 insertions(+), 0 deletions(-)
M marvin.nix → marvin.nix
@@ -17,6 +17,7 @@ ./modules/hardware/network-manager.nix ./modules/hardware/nitrokey.nix ./modules/hardware/systemd-boot.nix ./modules/hardware/trackball.nix + ./modules/hardware/trezor.nix ./modules/machines/x250.nix ./modules/programs/accounting.nix ./modules/programs/dotfiles.nix
A modules/hardware/trezor.nix
@@ -0,0 +1,4 @@+{ config, pkgs, ... }: + +{ services.trezord.enable = true; +}