Nitrokey: Fix environment variable syntax
1 file changed, 1 insertion(+), 1 deletion(-)
M modules/hardware/nitrokey.nix → 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;