created vars.nix for jeeves and set up envvars

This commit is contained in:
Richie Cahill
2024-06-27 21:38:29 -04:00
parent e6cacdccc1
commit e0f2d2a856
8 changed files with 70 additions and 26 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
plex_dir="/zfs/storage/plex/"
plex_dir=$ZFS_STORAGE_PLEX
chown docker-service:users -R "$plex_dir"
find "$plex_dir" -type f -exec chmod 664 {} \;