feat: remove MS from IROH

This commit is contained in:
Jacob Bachmann 2024-08-28 15:48:08 +02:00
parent 64e20bebf6
commit 6c1de15475
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -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;