Skip to content

Commit

Permalink
nixos: revert changes from 3ab45f4 in taskserver module
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed May 6, 2017
1 parent 22cffa0 commit 71ae259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/taskserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let
certBits = cfg.pki.auto.bits;
clientExpiration = cfg.pki.auto.expiration.client;
crlExpiration = cfg.pki.auto.expiration.crl;
isAutoConfig = boolToString needToCreateCA;
isAutoConfig = if needToCreateCA then "True" else "False";
}}" > "$out/main.py"
cat > "$out/setup.py" <<EOF
from setuptools import setup
Expand Down

0 comments on commit 71ae259

Please sign in to comment.