From 3373031ef43090e856d21d3724147efce5cffd18 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..9577a12 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 = true; } unitConfig stage2ServiceOptions stage2ServiceConfig