Extract a docker mixin
This commit is contained in:
parent
a4cacfd4de
commit
44d2685854
11 changed files with 20 additions and 46 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
@ -16,7 +11,7 @@ with lib;
|
|||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
] ++ optionals config.virtualisation.docker.enable [ "docker" ];
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
qrencode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue