Skip to content

Commit 6fae563

Browse files
committedMay 20, 2017
systemd-nspawn: add NotifyRead fixup
1 parent 4698012 commit 6fae563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/modules/system/boot/systemd-nspawn.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
(assertValueOneOf "Boot" boolValues)
2020
(assertValueOneOf "ProcessTwo" boolValues)
2121
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
22-
(assertValueOneOf "NotifyReady")
22+
(assertValueOneOf "NotifyReady" boolValues)
2323
];
2424

2525
checkFiles = checkUnitConfig "Files" [

0 commit comments

Comments
 (0)
Please sign in to comment.