Give me docker please
This commit is contained in:
parent
4b15507e9f
commit
a7e9e61b67
1 changed files with 6 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
users.users.benson = {
|
||||
isNormalUser = true;
|
||||
description = "Benson Chu";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
steam
|
||||
|
|
@ -53,7 +53,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation = {
|
||||
virtualbox.host.enable = true;
|
||||
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue