remove as not needed now

This commit is contained in:
Aaron Honeycutt 2024-06-26 14:11:57 +00:00
parent 97a7700ca9
commit 1f7097954d

View file

@ -4,11 +4,6 @@
# Name your host machine
networking.hostName = "shepard";
hardware.opengl = {
extraPackages = with pkgs; [ libvdpau-va-gl ];
driSupport32Bit = true;
};
# Enable binfmt emulation of aarch64-linux.
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];