hermit/configuration.nix: enable docker (blegh)

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit e35cad1252

View file

@ -22,6 +22,7 @@
openFirewall = true;
};
};
virtualisation.docker.enable = true;
modules = {
desktops.hyprland.enable = true;