Enable docker
This commit is contained in:
parent
b6a929c338
commit
9e1f423048
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue