remove envvars
This commit is contained in:
parent
3935f3d4eb
commit
2efd0c24ad
@ -46,12 +46,6 @@ in
|
||||
mode = "0440";
|
||||
};
|
||||
};
|
||||
variables = {
|
||||
ZFS_MEDIA = vars.zfs_media;
|
||||
ZFS_STORAGE = vars.zfs_storage;
|
||||
ZFS_STORAGE_PLEX = vars.storage_plex;
|
||||
ZFS_TORRENTING = vars.zfs_torrenting;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
@ -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 {} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user