vars: remove dead option

This commit is contained in:
lassulus
2024-11-28 16:39:01 +01:00
parent 0e4f967dad
commit cdfcc42107

View File

@@ -53,12 +53,4 @@
the python import path to the public module the python import path to the public module
''; '';
}; };
publicDirectory = lib.mkOption {
type = lib.types.path;
description = ''
The directory where public facts are stored.
This is usally set by the public store backend.
'';
};
} }