mauville: move ot native nix abs and plex services

This commit is contained in:
Aly Raffauf 2024-07-16 23:23:22 -04:00
parent 945fbe7409
commit e5ad899eca
3 changed files with 10 additions and 10 deletions

View file

@ -433,11 +433,11 @@
]
},
"locked": {
"lastModified": 1721023988,
"narHash": "sha256-C+mibzpLG8oSo3JKiOtS+L8Lbj8+taI09U4LNfCffVo=",
"lastModified": 1721185058,
"narHash": "sha256-+zPK6EryuoWyOKX9RT4hbCbu8oiGbV4iAqsq50pGbX8=",
"owner": "alyraffauf",
"repo": "raffauflabs",
"rev": "6f4de389b15e6bc25834ef297fbcf9b0bd6bc561",
"rev": "69d6578aaa23b19827a7704aaced3ea7178ca829",
"type": "github"
},
"original": {

View file

@ -185,14 +185,11 @@ in {
inherit domain;
enable = true;
containers.oci = {
audiobookshelf.enable = true;
freshRSS.enable = true;
plexMediaServer.enable = true;
transmission.enable = true;
};
containers.oci.freshRSS.enable = true;
services = {
audiobookshelf.enable = true;
ddclient = {
enable = true;
passwordFile = config.age.secrets.cloudflare.path;
@ -200,6 +197,7 @@ in {
};
forgejo.enable = true;
navidrome = {
enable = true;
@ -213,6 +211,9 @@ in {
secretFile = config.age.secrets.spotifySecret.path;
};
};
plexMediaServer.enable = true;
transmission.enable = true;
};
};
}

View file

@ -29,7 +29,6 @@
backups=(
['/home/aly/pics/camera']="b2://aly-camera"
['/home/aly/sync']="b2://aly-sync"
['/mnt/Archive/Archive']="b2://aly-archive"
['/mnt/Media/Audiobooks']="b2://aly-audiobooks"
['/mnt/Media/Music']="b2://aly-music"
)