mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
wrapper-manager/sandboxing/bubblewrap: fix dbus submodule
We really have to have some testing infrastructure in this project. :(
This commit is contained in:
parent
193d587d07
commit
99e272efa9
@ -149,6 +149,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
config = lib.mkIf (config.sandboxing.variant == "bubblewrap") {
|
config = lib.mkIf (config.sandboxing.variant == "bubblewrap") {
|
||||||
sandboxing.bubblewrap.dbus.filter.extraArgs =
|
sandboxing.bubblewrap.dbus.filter.extraArgs =
|
||||||
@ -159,7 +160,6 @@ in
|
|||||||
lib.lists.flatten (lib.mapAttrsToList makeDbusProxyArgs submoduleCfg.dbus.filter.addresses);
|
lib.lists.flatten (lib.mapAttrsToList makeDbusProxyArgs submoduleCfg.dbus.filter.addresses);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
in
|
in
|
||||||
lib.mkOption {
|
lib.mkOption {
|
||||||
type = with lib.types; attrsOf (submodule bubblewrapModule);
|
type = with lib.types; attrsOf (submodule bubblewrapModule);
|
||||||
|
Loading…
Reference in New Issue
Block a user