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

View File

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

View File

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

View File

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