chore(virtualisation): remove legacy docker-compose

This commit is contained in:
Felix Schröter 2022-07-10 14:11:12 +02:00
parent 7bce8cc707
commit 8eef21722c
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,8 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ docker-compose ];
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
extraOptions = "--ip 127.0.0.1"; extraOptions = "--ip 127.0.0.1";