[z790prors] Remove arch mount point

I had to boot into emergency mode and use systemd runtime masking:

```
systemd mask --runtime arch.mount
```

This allowed the system to boot so that I could remove this entry and
run nixos-rebuild
This commit is contained in:
2024-11-09 15:07:47 -08:00
parent b19dc65c6d
commit 844d17a855

View File

@@ -57,11 +57,6 @@
fsType = "vfat";
};
fileSystems."/arch" =
{ device = "/dev/disk/by-label/endeavouros";
fsType = "btrfs";
};
swapDevices = [ ];
services.beesd.filesystems = {