sxmo: apply SXMO_DISABLE_CONFIGVERSION_CHECK earlier

This commit is contained in:
2023-08-29 06:33:20 +00:00
parent bdcccbd894
commit 90894087e5

View File

@@ -227,7 +227,10 @@ in
# TODO: only need the share/sxmo directly linked # TODO: only need the share/sxmo directly linked
"${cfg.package}/share" "${cfg.package}/share"
]; ];
}; } // (lib.filterAttrs # certain settings are read before the `profile` is sourced
(k: v: k == "SXMO_DISABLE_CONFIGVERSION_CHECK")
cfg.settings
);
systemd.services."sxmo-set-permissions" = { systemd.services."sxmo-set-permissions" = {
description = "configure specific /sys and /dev nodes to be writable by sxmo scripts"; description = "configure specific /sys and /dev nodes to be writable by sxmo scripts";