feat(virtualisation): enable docker
This commit is contained in:
parent
274b493973
commit
f1f6d90655
2 changed files with 6 additions and 2 deletions
|
@ -10,8 +10,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation = {
|
||||||
|
libvirtd.enable = true;
|
||||||
|
docker.enable = true;
|
||||||
|
};
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
environment.systemPackages = with pkgs; [ virt-manager docker-compose docker-machine ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -112,6 +112,7 @@ in
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
"dialout"
|
"dialout"
|
||||||
"disk"
|
"disk"
|
||||||
|
"docker"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"minecraft"
|
"minecraft"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue