Skip to content

Commit 8f3c9de

Browse files
authored
Merge pull request #278090 from mkg20001/fix-auditd
nixos/auditd: fix typo
2 parents 1d0358e + 4f9e989 commit 8f3c9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/security/auditd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ with lib;
1414
description = "Linux Audit daemon";
1515
wantedBy = [ "basic.target" ];
1616
before = [ "shutdown.target" ];
17-
conflicts = [ "shutdown.target "];
17+
conflicts = [ "shutdown.target" ];
1818

1919
unitConfig = {
2020
ConditionVirtualization = "!container";

0 commit comments

Comments
 (0)