chore: adds docker
This commit is contained in:
parent
50caffaa46
commit
f63766d9b0
@ -8,6 +8,7 @@
|
||||
"kvm"
|
||||
"libvirtd"
|
||||
"qemu-libvirtd"
|
||||
"docker"
|
||||
];
|
||||
packages = with pkgs; [ ];
|
||||
};
|
||||
|
@ -2,6 +2,10 @@
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user