all repos — nixfiles @ 496cfc51e4c157481d9911bf6993a930579c78b9

System and user configuration, managed by nix and home-manager

Enable Trezor on marvin

Alan Pearce
commit

496cfc51e4c157481d9911bf6993a930579c78b9

parent

6b27e743d57c3305a84267e654220f65eab724a3

2 files changed, 5 insertions(+), 0 deletions(-)

jump to
M marvin.nixmarvin.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; +}