Remove rosetta mount

This commit is contained in:
Kat Inskip 2023-07-18 10:59:40 -07:00
parent 1e9a771d19
commit c55a1c8e4b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -24,11 +24,6 @@ _: let
device = "/dev/disk/by-uuid/FED9-4FD3";
fsType = "vfat";
};
"/run/rosetta" = {
device = "rosetta";
fsType = "virtiofs";
};
};
swapDevices = [
{device = "/dev/disk/by-uuid/fd7d113e-7fed-44fc-8ad7-82080f27cd07";}