europa: disable docker
This commit is contained in:
parent
2b7ea66a58
commit
204a85639f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user