chore: adds docker

This commit is contained in:
2024-10-30 23:25:51 +01:00
parent 50caffaa46
commit f63766d9b0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
{ config, pkgs, ... }: {
boot.kernelModules = [ "kvm-amd" ];
virtualisation = {
docker = {
enable = true;
};
libvirtd = {
enable = true;