mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
Add docker and docker-compose support
This commit is contained in:
parent
ec69eb8737
commit
5068dbdf48
@ -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 = {
|
||||||
|
@ -19,6 +19,7 @@ in
|
|||||||
"libvirtd"
|
"libvirtd"
|
||||||
"scanner"
|
"scanner"
|
||||||
"lp"
|
"lp"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
ignoreShellProgramCheck = true;
|
ignoreShellProgramCheck = true;
|
||||||
|
@ -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 = {
|
||||||
|
@ -19,6 +19,7 @@ in
|
|||||||
"libvirtd"
|
"libvirtd"
|
||||||
"scanner"
|
"scanner"
|
||||||
"lp"
|
"lp"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
ignoreShellProgramCheck = true;
|
ignoreShellProgramCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user