chore: adds docker
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{ config, pkgs, ... }: {
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
|
||||
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user