diff options
author | Alan Pearce | 2018-06-09 19:20:53 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-09 19:20:53 +0200 |
commit | 831587da16026005f1a7362ea066e9d05380fb77 (patch) | |
tree | f81809bc041bd4c9beb6af4ab4ab86330288b6d2 /modules | |
parent | f053cf7a1a7069db41199bd8c82a0f04ebd53844 (diff) | |
download | nixos-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')
-rw-r--r-- | modules/hardware/nitrokey.nix | 1 |
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 ]; } |