From 94c51d86c2b3b2322870994451ad94d5cde742a9 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Tue, 17 Mar 2026 16:53:11 +0100 Subject: [PATCH] fix syntax error --- hosts/skrot/configuration.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/hosts/skrot/configuration.nix b/hosts/skrot/configuration.nix index 581f841..e910810 100644 --- a/hosts/skrot/configuration.nix +++ b/hosts/skrot/configuration.nix @@ -77,17 +77,18 @@ and must be enabled separately. ''; }; + }; - onCalendar = lib.mkOption { - type = lib.types.str; - description = '' - How often to trigger rendering the map, - in the format of a systemd timer onCalendar configuration. + onCalendar = lib.mkOption { + type = lib.types.str; + description = '' + How often to trigger rendering the map, + in the format of a systemd timer onCalendar configuration. - See {manpage}`systemd.timer(5)`. - ''; - default = "*-*-* 10:15:00"; - }; + See {manpage}`systemd.timer(5)`. + ''; + default = "*-*-* 10:15:00"; + }; }; systemd.services."serial-getty@ttyUSB0" = lib.mkIf (!config.virtualisation.isVmVariant) {