install docker

This commit is contained in:
2024-10-09 15:06:06 +02:00
parent f46e11d6ff
commit 01f2d20af6

View File

@ -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 = "";