Enable docker

This commit is contained in:
Tim Schubert 2021-02-23 10:19:09 +01:00
parent b6a929c338
commit 9e1f423048
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -16,9 +16,11 @@ in
virtualisation = {
libvirtd.enable = true;
docker.enable = false;
docker.enable = true;
};
virtualisation.docker.extraOptions = "--bip=192.168.1.5/24";
networking.hostName = "gorgon";
dadada = {