From 9e5fac9fffd579570feab160895a436e59d19567 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Jul 2017 15:21:25 +0200 Subject: Fix types --- ymir.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ymir.nix b/ymir.nix index c5902f9a..b55df52e 100644 --- a/ymir.nix +++ b/ymir.nix @@ -570,7 +570,7 @@ in rec { masterConfig = { uucp = { type = "unix"; - private = null; + private = true; privileged = true; chroot = false; command = "pipe"; @@ -578,7 +578,7 @@ in rec { }; mlmmj = { type = "unix"; - private = null; + private = true; privileged = true; chroot = false; command = "pipe"; @@ -586,7 +586,7 @@ in rec { }; mlmmj-subs = { type = "unix"; - private = null; + private = true; privileged = true; chroot = false; command = "pipe"; @@ -594,7 +594,7 @@ in rec { }; policy-spf = { type = "unix"; - private = null; + private = true; privileged = true; chroot = false; command = "spawn"; -- cgit v1.2.3