systemd-nspawn: relax PrivateUsers check

this options allows two colon-separated number as value, for instances which
is quite difficult to check.
wip/yesman
Jörg Thalheim 7 years ago
parent 522c16bd86
commit 08dd6779f4
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 1
      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)
];

Loading…
Cancel
Save