fix(nix): enable docker
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
7b1a52e359
commit
304f65db46
1 changed files with 3 additions and 1 deletions
|
@ -86,10 +86,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
users.users.priime = {
|
users.users.priime = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Lucas";
|
description = "Lucas";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue