diff options
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/nitrokey.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/nitrokey.nix b/modules/hardware/nitrokey.nix index dc32e9b..90b08cf 100644 --- a/modules/hardware/nitrokey.nix +++ b/modules/hardware/nitrokey.nix @@ -17,7 +17,7 @@ services.pcscd.enable = true; services.keybase.enable = true; services.kbfs.enable = true; - environment.variables.NIX_SKIP_KEYBASE_CHECKS = 1; + environment.variables.NIX_SKIP_KEYBASE_CHECKS = "1"; services.tor = { enable = true; |