Hi Layus,
On Mon, Apr 24, 2017 at 3:54 PM, Layus <[email protected]> wrote:
> Have you tried this ?
>
>
> ```nix
> { config, pkgs, ... }:
> {
> virtualisation.libvirtd.enable = true;
> users.users.myuser.extraGroups = [ "libvirtd" ];
> }
> ```
>
> This should seamlessly integrate with other options. By default lists will
> be concatenated, not overwritten.
>
No I didn't. I was assuming that the lists would conflict. I tried it and
it works. (Obviously my nix understanding is still being formed.)
Mark
--
Mark Gardner
--
_______________________________________________
nix-dev mailing list
[email protected]
https://mailman.science.uu.nl/mailman/listinfo/nix-dev