From 844d17a855e1b03199427e7ccbd9b6d12ca34f8f Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 9 Nov 2024 15:07:47 -0800 Subject: [PATCH] [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 --- machines/z790prors/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/z790prors/hardware-configuration.nix b/machines/z790prors/hardware-configuration.nix index 6155048..b1381e0 100644 --- a/machines/z790prors/hardware-configuration.nix +++ b/machines/z790prors/hardware-configuration.nix @@ -57,11 +57,6 @@ fsType = "vfat"; }; - fileSystems."/arch" = - { device = "/dev/disk/by-label/endeavouros"; - fsType = "btrfs"; - }; - swapDevices = [ ]; services.beesd.filesystems = {