Fix identation

This commit is contained in:
Ștefan D. Mihăilă
2019-08-18 12:53:08 +02:00
parent df784b341e
commit cd722cac1a
+8 -8
View File
@@ -32,14 +32,14 @@ in
# Allow any traffic
allowAnyIP = { IPAddressAllow = "any"; };
enforceTor = mkOption {
type = types.bool;
default = false;
description = ''
"Whether to force Tor on a service by only allowing connections from and
to 127.0.0.1;";
'';
};
enforceTor = mkOption {
type = types.bool;
default = false;
description = ''
"Whether to force Tor on a service by only allowing connections from and
to 127.0.0.1;";
'';
};
}