mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Remove rosetta mount
This commit is contained in:
parent
1e9a771d19
commit
c55a1c8e4b
1 changed files with 0 additions and 5 deletions
|
|
@ -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";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue