summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
authorAlan Pearce2018-06-09 19:20:53 +0200
committerAlan Pearce2018-06-09 19:20:53 +0200
commit831587da16026005f1a7362ea066e9d05380fb77 (patch)
treef81809bc041bd4c9beb6af4ab4ab86330288b6d2 /modules/hardware
parentf053cf7a1a7069db41199bd8c82a0f04ebd53844 (diff)
downloadnixos-configuration-831587da16026005f1a7362ea066e9d05380fb77.tar.lz
nixos-configuration-831587da16026005f1a7362ea066e9d05380fb77.tar.zst
nixos-configuration-831587da16026005f1a7362ea066e9d05380fb77.zip
nitrokey: Actually install keybase, not just the services
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/nitrokey.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix
index 90b08cf..3837f6f 100644
--- a/modules/hardware/nitrokey.nix
+++ b/modules/hardware/nitrokey.nix
@@ -41,5 +41,6 @@
   environment.systemPackages = with pkgs; [
     gnupg
     nitrokey-app
+    keybase-gui
   ];
 }