chore(virtualisation): remove legacy docker-compose
This commit is contained in:
parent
7bce8cc707
commit
8eef21722c
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue