enable docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sijmen 2022-08-02 00:29:37 +02:00
parent 224c15ddf5
commit d9b3ba6d24

View file

@ -9,7 +9,11 @@
nixpkgs.config.allowUnfree = true;
sound.enable = true;
time.timeZone = "Europe/Amsterdam";
virtualisation.libvirtd.enable = true;
virtualisation = {
libvirtd.enable = true;
docker.enable = true;
};
boot = {
loader = {