summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2018-06-04 16:56:03 +0200
committerAlan Pearce2018-06-04 16:56:03 +0200
commit822dd7a7daae1ae2ca98bd988884d5f076bbf3f7 (patch)
tree77b5df2fa79690f097efcb6ea8d2d6fe22484847 /modules
parentdad4945128e9f0965ef2058753b853bdd27394bc (diff)
downloadnixos-configuration-822dd7a7daae1ae2ca98bd988884d5f076bbf3f7.tar.lz
nixos-configuration-822dd7a7daae1ae2ca98bd988884d5f076bbf3f7.tar.zst
nixos-configuration-822dd7a7daae1ae2ca98bd988884d5f076bbf3f7.zip
Nitrokey: Setup keybase
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware/nitrokey.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix
index 22e9d76..dc32e9b 100644
--- a/modules/hardware/nitrokey.nix
+++ b/modules/hardware/nitrokey.nix
@@ -15,6 +15,9 @@
   };
 
   services.pcscd.enable = true;
+  services.keybase.enable = true;
+  services.kbfs.enable = true;
+  environment.variables.NIX_SKIP_KEYBASE_CHECKS = 1;
 
   services.tor = {
     enable = true;