From e73506be2a29a29c6507285393aec81181061cb1 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 10 Apr 2021 00:09:13 +0000 Subject: spectrumPackages.rootfs: add connman dbus services At some point we'll want to make it so different VMs don't share this, because only VMs that talk to network hardware will need connman. But this'll do for now. Message-Id: <20210411115740.29615-12-hi@alyssa.is> Reviewed-by: Cole Helbling --- pkgs/os-specific/linux/spectrum/rootfs/generic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/spectrum/rootfs/generic.nix b/pkgs/os-specific/linux/spectrum/rootfs/generic.nix index ae4dd6579f5..56f2d15b103 100644 --- a/pkgs/os-specific/linux/spectrum/rootfs/generic.nix +++ b/pkgs/os-specific/linux/spectrum/rootfs/generic.nix @@ -1,6 +1,6 @@ { runCommandNoCC, writeScript, writeReferencesToFile, makeFontsConf, lib , dash, execline, s6, s6-rc, s6-portable-utils, s6-linux-utils, s6-linux-init, busybox -, mesa, squashfs-tools-ng, makeDBusConf +, mesa, squashfs-tools-ng, makeDBusConf, connman }: { services, rcServices ? {}, fonts ? [], path ? [] }: @@ -44,7 +44,7 @@ let chmod u+w etc ln -s ${makeDBusConf { suidHelper = "/run/dbus-daemon-launch-helper"; - serviceDirectories = []; + serviceDirectories = [ connman ]; }} etc/dbus-1 mkdir etc/fonts -- cgit 1.4.1