diff --git a/system/hardware/homer.nix b/system/hardware/homer.nix index 464c914..136157c 100644 --- a/system/hardware/homer.nix +++ b/system/hardware/homer.nix @@ -41,14 +41,12 @@ }; fileSystems."/var/mediathek" = { - device = "/dev/disk/by-uuid/d6df2368-015f-4da6-9173-c8c7cdc8acc2"; - fsType = "btrfs"; + device = "/dev/disk/by-uuid/7b0b589f-5759-411a-975a-08a3c7a0f953"; + fsType = "ext3"; options = [ # If you don't have this options attribute, it'll default to "defaults" # boot options for fstab. Search up fstab mount options you can use "users" # Allows any user to mount and unmount "nofail" # Prevent system from failing if this drive doesn't mount - "compress=zstd" - "noatime" ]; };