From 265ba953f084a19a0cfeb690624e3cfe33f59236 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 29 Nov 2024 01:36:34 +0100 Subject: [PATCH] common: temporarily disable systemd strictShellChecks --- hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index dc79403..670e628 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -23,7 +23,7 @@ in { ./services/xserver.nix ]; - systemd.enableStrictShellChecks = true; + # systemd.enableStrictShellChecks = true; sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml";