From 6fae5631b27b3ab7edfdf6a44bd2c3d26f350366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 20 May 2017 20:32:45 +0100 Subject: [PATCH] systemd-nspawn: add NotifyRead fixup --- nixos/modules/system/boot/systemd-nspawn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd-nspawn.nix b/nixos/modules/system/boot/systemd-nspawn.nix index 788a13c27ca..b462822bc2f 100644 --- a/nixos/modules/system/boot/systemd-nspawn.nix +++ b/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" [