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 = {
|
users.users.chandler = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Chandler Swift";
|
description = "Chandler Swift";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
];
|
];
|
||||||
|
|
@ -74,6 +74,8 @@
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue