diff --git a/hosts/IROH/hardware.nix b/hosts/IROH/hardware.nix index d552d85..ad6a81d 100644 --- a/hosts/IROH/hardware.nix +++ b/hosts/IROH/hardware.nix @@ -98,13 +98,6 @@ options = [ "subvol=@" ]; }; - fileSystems."/media/STORE" = - { - device = "/dev/disk/by-label/MS"; - fsType = "btrfs"; - options = [ "subvol=@" ]; - }; - swapDevices = [{ device = "/swap/swapfile"; }]; networking.useDHCP = lib.mkDefault true;