europa: enable docker

This commit is contained in:
Aaron Bieber 2022-12-15 08:27:16 -07:00
parent a43ede58fb
commit e2131c3b25
No known key found for this signature in database

View File

@ -132,7 +132,8 @@ in {
'';
};
users.users.qbit.extraGroups = [ "dialout" "libvirtd" ];
virtualisation.docker.enable = true;
users.users.qbit.extraGroups = [ "dialout" "libvirtd" "docker" ];
nixpkgs.config.allowUnfree = true;