Remove anbox
This commit is contained in:
parent
6d1c1cd66c
commit
a6e407cc01
@ -7,14 +7,6 @@ let
|
|||||||
imagemagick = unstable.imagemagickBig;
|
imagemagick = unstable.imagemagickBig;
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
disabledModules = [
|
|
||||||
"virtualisation/anbox.nix"
|
|
||||||
];
|
|
||||||
|
|
||||||
imports = [
|
|
||||||
<unstable/nixos/modules/virtualisation/anbox.nix>
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.browserpass.enable = true;
|
programs.browserpass.enable = true;
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
@ -25,7 +17,6 @@ in {
|
|||||||
services.vnstat.enable = true;
|
services.vnstat.enable = true;
|
||||||
services.kbfs.enable = true;
|
services.kbfs.enable = true;
|
||||||
|
|
||||||
virtualisation.anbox.enable = true;
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
virtualisation.libvirtd = {
|
virtualisation.libvirtd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user