mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
adgaurd to docker
This commit is contained in:
parent
e2eba696a1
commit
3ac89270a1
1 changed files with 5 additions and 5 deletions
|
|
@ -142,10 +142,10 @@ users.users.death916 = {
|
|||
package = pkgs.qbittorrent-nox;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /storage/downloads 0775 root media_services - -"
|
||||
"d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"
|
||||
];
|
||||
#systemd.tmpfiles.rules = [
|
||||
# "d /storage/downloads 0775 root media_services - -"
|
||||
# "d /storage/services/qbittorrent 0755 qbittorrent qbittorrent - -"
|
||||
#];
|
||||
|
||||
|
||||
services.jellyfin.enable = true;
|
||||
|
|
@ -168,7 +168,7 @@ users.users.death916 = {
|
|||
c2c-scraper = {
|
||||
image = "death916/c2cscrape:latest";
|
||||
volumes = [
|
||||
"/media/storage/media/books/audio/podcasts/C2C:/downloads",
|
||||
"/media/storage/media/books/audio/podcasts/C2C:/downloads"
|
||||
"/media/storage/media/docker/volumes/c2cscrape:/app/data"
|
||||
];
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue