[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:
@@ -57,11 +57,6 @@
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/arch" =
|
||||
{ device = "/dev/disk/by-label/endeavouros";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
services.beesd.filesystems = {
|
||||
|
||||
Reference in New Issue
Block a user