change some docker stuff

This commit is contained in:
Kopatz
2024-04-01 20:11:00 +02:00
parent 018b3e8f73
commit 3ed4d6262c
2 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{ config, pkgs, lib, inputs, ... }:
{
virtualisation.docker.enable = true;
virtualisation.docker.daemon.settings = { ip = "127.0.0.1"; };
environment.systemPackages = with pkgs; [
docker-compose
];
}
}

View File

@@ -1,4 +0,0 @@
{
### docker
virtualisation.docker.enable = true;
}