add jellyfin

This commit is contained in:
sadan 2025-03-09 19:11:04 -04:00
parent 73a7da10ef
commit 8deb26239b
No known key found for this signature in database
4 changed files with 47 additions and 4 deletions

View file

@ -18,6 +18,7 @@
../../common/systemModules/sshd.nix
../../common/systemModules/nginx.nix
../../common/systemModules/tailscaleServer.nix
../../common/systemModules/jellyfin.nix
# USERS
../../common/users/meyer-server
];

View file

@ -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 = [ ];