common: enable systemd strict shellchecks
This commit is contained in:
parent
03aa1c3c39
commit
9526c31c23
|
@ -23,6 +23,8 @@ in {
|
|||
./services/xserver.nix
|
||||
];
|
||||
|
||||
systemd.enableStrictShellChecks = true;
|
||||
|
||||
sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml";
|
||||
|
||||
time.timeZone = "Europe/Oslo";
|
||||
|
|
Loading…
Reference in New Issue