···66# Target interface to manage the static file would be:
77# static = {
88# latitude = 48.8;
99-# logitude = 2.3;
99+# longitude = 2.3;
1010# };
1111#
1212# I spent way too much time getting this to work with a submodule.
···210210 # type = types.nullOr (types.attrsOf staticModule);
211211 # default = null;
212212 # description = ''
213213- # Add a fallback location that will be overriden by other location services
213213+ # Add a fallback location that will be overridden by other location services
214214 # '';
215215 # };
216216···218218 type = types.nullOr (types.str);
219219 default = null;
220220 description = ''
221221- Add a fallback location that will be overriden by other location services
221221+ Add a fallback location that will be overridden by other location services
222222 '';
223223 };
224224 };