all repos — archive/nixos-configuration @ be1a8162d354f1bb469c9ba7ce926ac6b918177a

Superseded by nixfiles

Nitrokey: Fix environment variable syntax

Alan Pearce
commit

be1a8162d354f1bb469c9ba7ce926ac6b918177a

parent

822dd7a7daae1ae2ca98bd988884d5f076bbf3f7

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modules/hardware/nitrokey.nixmodules/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;