Make some packages unavailble on aarch64
This commit is contained in:
parent
b33f843d42
commit
cfc752a3db
2 changed files with 4 additions and 2 deletions
|
@ -58,7 +58,7 @@ let
|
|||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.enable = !pkgs.stdenv.isAarch64;
|
||||
users.extraGroups.vboxusers.members = [ cfg.username ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue