mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 02:07:02 -04:00
add jellyfin
This commit is contained in:
parent
73a7da10ef
commit
8deb26239b
4 changed files with 47 additions and 4 deletions
|
@ -23,6 +23,12 @@
|
|||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
fileSystems = {
|
||||
"/storage" = {
|
||||
device = "/dev/disk/by-uuid/6a0deece-f671-47da-9c18-c0858613520c";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue