This commit is contained in:
Denis Lehmann 2022-06-12 12:10:03 +02:00
parent f813682d33
commit 2e4270657c

View file

@ -59,7 +59,7 @@
basePath = mkOption {
type = types.str;
example = "/var/lib/raincloud"
example = "/var/lib/raincloud";
description = "Base path of the raincloud";
};