From 643264bd69660dd01df51d72e00be56cb9fef13d Mon Sep 17 00:00:00 2001 From: catvayor Date: Fri, 8 Nov 2024 22:39:23 +0100 Subject: [PATCH] fix(update): enableScrictShellChecks --- modules/systemd/types.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/systemd/types.nix b/modules/systemd/types.nix index 87c974e..30ca1fe 100644 --- a/modules/systemd/types.nix +++ b/modules/systemd/types.nix @@ -22,6 +22,7 @@ in { inherit (utils.systemdUtils.types) units targets; services = lib.types.attrsOf (lib.types.submodule [ + { enableStrictShellChecks = false; } unitConfig stage2ServiceOptions stage2ServiceConfig