From 6c1de154750b012b58f0eb3d4eb6aaa6d6f90783 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Wed, 28 Aug 2024 15:48:08 +0200 Subject: [PATCH] feat: remove MS from IROH --- hosts/IROH/hardware.nix | 7 ------- 1 file changed, 7 deletions(-) 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;