fix syntax error

This commit is contained in:
Vegard Bieker Matthey
2026-03-17 16:53:11 +01:00
parent 287e7b5e03
commit 94c51d86c2

View File

@@ -77,17 +77,18 @@
and must be enabled separately. and must be enabled separately.
''; '';
}; };
};
onCalendar = lib.mkOption { onCalendar = lib.mkOption {
type = lib.types.str; type = lib.types.str;
description = '' description = ''
How often to trigger rendering the map, How often to trigger rendering the map,
in the format of a systemd timer onCalendar configuration. in the format of a systemd timer onCalendar configuration.
See {manpage}`systemd.timer(5)`. See {manpage}`systemd.timer(5)`.
''; '';
default = "*-*-* 10:15:00"; default = "*-*-* 10:15:00";
}; };
}; };
systemd.services."serial-getty@ttyUSB0" = lib.mkIf (!config.virtualisation.isVmVariant) { systemd.services."serial-getty@ttyUSB0" = lib.mkIf (!config.virtualisation.isVmVariant) {