install docker
This commit is contained in:
@ -109,7 +109,7 @@
|
|||||||
users.users.schulze = {
|
users.users.schulze = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Felix Schulze";
|
description = "Felix Schulze";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
@ -187,6 +187,9 @@
|
|||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# enable and configure Docker
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# SSH settings
|
# SSH settings
|
||||||
programs.ssh.extraConfig = "";
|
programs.ssh.extraConfig = "";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user