europa: disable docker

This commit is contained in:
Aaron Bieber 2023-03-12 09:19:39 -06:00
parent 2b7ea66a58
commit 204a85639f
No known key found for this signature in database

View File

@ -219,8 +219,12 @@ in {
serviceConfig.Type = "oneshot";
};
virtualisation.docker.enable = true;
users.users.qbit.extraGroups = [ "dialout" "libvirtd" "docker" ];
virtualisation.docker.enable = false;
users.users.qbit.extraGroups = [
"dialout"
"libvirtd"
#"docker"
];
nixpkgs.config.allowUnfree = true;