common: temporarily disable systemd strictShellChecks

This commit is contained in:
Oystein Kristoffer Tveit 2024-11-29 01:36:34 +01:00
parent 82bba20e46
commit 265ba953f0
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -23,7 +23,7 @@ in {
./services/xserver.nix ./services/xserver.nix
]; ];
systemd.enableStrictShellChecks = true; # systemd.enableStrictShellChecks = true;
sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml"; sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml";