diff --git a/configuration.nix b/configuration.nix index a41c1e1..53b740f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,7 +109,7 @@ users.users.schulze = { isNormalUser = true; description = "Felix Schulze"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ firefox thunderbird @@ -186,6 +186,9 @@ enable = true; lfs.enable = true; }; + + # enable and configure Docker + virtualisation.docker.enable = true; # SSH settings programs.ssh.extraConfig = "";