systemd-nspawn: add NotifyRead fixup

wip/yesman
Jörg Thalheim 7 years ago
parent 4698012c52
commit 6fae5631b2
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 2
      nixos/modules/system/boot/systemd-nspawn.nix

@ -19,7 +19,7 @@ let
(assertValueOneOf "Boot" boolValues)
(assertValueOneOf "ProcessTwo" boolValues)
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
(assertValueOneOf "NotifyReady")
(assertValueOneOf "NotifyReady" boolValues)
];
checkFiles = checkUnitConfig "Files" [

Loading…
Cancel
Save