summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-05-21 19:31:48 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-05-27 08:27:47 +0100
commit08dd6779f43f007b8b287e50142b3ba7fdbfed7f (patch)
tree19ad2d5a0fad4a689839a7e2df5b36884c1a386b /nixos/modules/system/boot
parent522c16bd8669dd2d71fd4c01b2b2fe02a0a7a02c (diff)
downloadnixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar.gz
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar.bz2
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar.lz
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar.xz
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.tar.zst
nixlib-08dd6779f43f007b8b287e50142b3ba7fdbfed7f.zip
systemd-nspawn: relax PrivateUsers check
this options allows two colon-separated number as value, for instances which
is quite difficult to check.
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/systemd-nspawn.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd-nspawn.nix b/nixos/modules/system/boot/systemd-nspawn.nix
index 600f3a830711..8fa9f8b795e5 100644
--- a/nixos/modules/system/boot/systemd-nspawn.nix
+++ b/nixos/modules/system/boot/systemd-nspawn.nix
@@ -18,7 +18,6 @@ let
     ])
     (assertValueOneOf "Boot" boolValues)
     (assertValueOneOf "ProcessTwo" boolValues)
-    (assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
     (assertValueOneOf "NotifyReady" boolValues)
   ];