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
|
||||
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 = {
|
||||
|
@ -19,6 +19,7 @@ in
|
||||
"libvirtd"
|
||||
"scanner"
|
||||
"lp"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.bash;
|
||||
ignoreShellProgramCheck = true;
|
||||
|
@ -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 = {
|
||||
|
@ -19,6 +19,7 @@ in
|
||||
"libvirtd"
|
||||
"scanner"
|
||||
"lp"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.bash;
|
||||
ignoreShellProgramCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user