Update hosts/docker/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 25m54s
Check NixOS configurations / eval-hosts (push) Failing after 25m54s
This commit is contained in:
@@ -27,7 +27,6 @@ in
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableBuildkit = true;
|
||||
package = pkgs.docker;
|
||||
# listenOptions = [
|
||||
# "unix:///var/run/docker.sock"
|
||||
@@ -43,7 +42,7 @@ in
|
||||
# Enable docker-compose
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
# docker
|
||||
docker-buildx
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user