sam: Enable Docker
This commit is contained in:
parent
76909b3202
commit
bcc20c9c03
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
users.users.chandler = {
|
||||
isNormalUser = true;
|
||||
description = "Chandler Swift";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
];
|
||||
|
|
@ -74,6 +74,8 @@
|
|||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue