Skip to content

Commit

Permalink
feat(nixos): Add a huge hard drive to my media server
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 29, 2024
1 parent d3044dd commit b0374df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/server/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
options = [ "bind" ];
};
"/mnt/jellyfin" = {
device = "/dev/disk/by-label/media";
fsType = "ext4";
};
"/mnt/extra-storage" = {
device = "/dev/disk/by-label/jellyfin";
fsType = "ext4";
};
Expand Down

0 comments on commit b0374df

Please sign in to comment.