summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRussell O'Connor <roconnor@blockstream.io>2018-04-10 18:12:32 -0400
committerRussell O'Connor <roconnor@blockstream.io>2018-04-11 09:53:15 -0400
commita60e17438ea38d048b690d4fa6c2c67053479463 (patch)
tree403326b2892573c12bdb40ce4b9c71ee58d2b2a3 /nixos
parent56fb68dcef494b7cdb3e09362d67836b8137019c (diff)
downloadnixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar.gz
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar.bz2
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar.lz
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar.xz
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.tar.zst
nixpkgs-a60e17438ea38d048b690d4fa6c2c67053479463.zip
trezord: 1.2.1 -> 2.0.12
The old trezord is obsolete and no longer functions with Trezor's password manager app.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/hardware/trezord.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/trezord.nix b/nixos/modules/services/hardware/trezord.nix
index 38d0a3a1d75..fa049611468 100644
--- a/nixos/modules/services/hardware/trezord.nix
+++ b/nixos/modules/services/hardware/trezord.nix
@@ -38,7 +38,7 @@ in {
       path = [];
       serviceConfig = {
         Type = "simple";
-        ExecStart = "${pkgs.trezord}/bin/trezord -f";
+        ExecStart = "${pkgs.trezord}/bin/trezord-go";
         User = "trezord";
       };
     };