Fix identation

This commit is contained in:
Ștefan D. Mihăilă 2019-08-07 14:52:34 +02:00
parent df784b341e
commit cd722cac1a
No known key found for this signature in database
GPG Key ID: 6220AD7846220A52
1 changed files with 8 additions and 8 deletions

View File

@ -32,14 +32,14 @@ in
# Allow any traffic # Allow any traffic
allowAnyIP = { IPAddressAllow = "any"; }; allowAnyIP = { IPAddressAllow = "any"; };
enforceTor = mkOption { enforceTor = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
"Whether to force Tor on a service by only allowing connections from and "Whether to force Tor on a service by only allowing connections from and
to 127.0.0.1;"; to 127.0.0.1;";
''; '';
}; };
} }