about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-20 20:32:45 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-20 20:32:45 +0100
commit6fae5631b27b3ab7edfdf6a44bd2c3d26f350366 (patch)
treeea881fa9b987fd5349ef52cef0ca194ab46bf47f /nixos/modules/system
parent4698012c5275395d2b2579ccb4a4337774b41229 (diff)
systemd-nspawn: add NotifyRead fixup
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd-nspawn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd-nspawn.nix b/nixos/modules/system/boot/systemd-nspawn.nix
index 788a13c27ca6e..b462822bc2fe8 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" [