eigth syntax error

This commit is contained in:
Dennis Frieberg 2024-10-09 10:08:17 +02:00
parent 5acc264ca0
commit bdcb4d44cf
No known key found for this signature in database
GPG key ID: 7C58AFED036072C5

View file

@ -4,7 +4,7 @@ with lib;
let let
cfg = config.services.owOPointTracker; cfg = config.services.owOPointTracker;
format = pkgs.formats.yaml {}; format = pkgs.formats.yaml {};
configFile = format.generate "settings.yml" cfg.config; configFile = format.generate "settings.yml" cfg.configFile;
databaseOptionType = types.submodule { databaseOptionType = types.submodule {
options = { options = {
database = mkOption { database = mkOption {