change some docker stuff
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
### docker
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user