all repos — archive/nixos-configuration @ 831587da16026005f1a7362ea066e9d05380fb77

Superseded by nixfiles

nitrokey: Actually install keybase, not just the services

Alan Pearce
commit

831587da16026005f1a7362ea066e9d05380fb77

parent

f053cf7a1a7069db41199bd8c82a0f04ebd53844

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M modules/hardware/nitrokey.nixmodules/hardware/nitrokey.nix
@@ -41,5 +41,6 @@
environment.systemPackages = with pkgs; [ gnupg nitrokey-app + keybase-gui ]; }