chore: adds docker

This commit is contained in:
Menno van Leeuwen 2024-10-30 23:25:51 +01:00
parent 50caffaa46
commit f63766d9b0
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"kvm"
"libvirtd"
"qemu-libvirtd"
"docker"
];
packages = with pkgs; [ ];
};

View File

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