Add docker and docker-compose support

This commit is contained in:
installer 2025-01-29 15:42:10 -06:00
parent ec69eb8737
commit 5068dbdf48
4 changed files with 6 additions and 10 deletions

View File

@ -240,6 +240,7 @@ in
vim vim
wget wget
killall killall
docker-compose
eza eza
git git
cmatrix cmatrix
@ -454,11 +455,7 @@ in
# Virtualization / Containers # Virtualization / Containers
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
virtualisation.podman = { virtualisation.docker.enable = true;
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
# OpenGL # OpenGL
hardware.graphics = { hardware.graphics = {

View File

@ -19,6 +19,7 @@ in
"libvirtd" "libvirtd"
"scanner" "scanner"
"lp" "lp"
"docker"
]; ];
shell = pkgs.bash; shell = pkgs.bash;
ignoreShellProgramCheck = true; ignoreShellProgramCheck = true;

View File

@ -240,6 +240,7 @@ in
vim vim
wget wget
killall killall
docker-compose
eza eza
git git
cmatrix cmatrix
@ -454,11 +455,7 @@ in
# Virtualization / Containers # Virtualization / Containers
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
virtualisation.podman = { virtualisation.docker.enable = true;
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
# OpenGL # OpenGL
hardware.graphics = { hardware.graphics = {

View File

@ -19,6 +19,7 @@ in
"libvirtd" "libvirtd"
"scanner" "scanner"
"lp" "lp"
"docker"
]; ];
shell = pkgs.bash; shell = pkgs.bash;
ignoreShellProgramCheck = true; ignoreShellProgramCheck = true;