From 9526c31c23f52671572088237e6b0d7905659e3e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 18 Nov 2024 14:28:44 +0100 Subject: [PATCH] common: enable systemd strict shellchecks --- hosts/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 6019693..dc79403 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -23,6 +23,8 @@ in { ./services/xserver.nix ]; + systemd.enableStrictShellChecks = true; + sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml"; time.timeZone = "Europe/Oslo";