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": { "locked": {
"lastModified": 1721023988, "lastModified": 1721185058,
"narHash": "sha256-C+mibzpLG8oSo3JKiOtS+L8Lbj8+taI09U4LNfCffVo=", "narHash": "sha256-+zPK6EryuoWyOKX9RT4hbCbu8oiGbV4iAqsq50pGbX8=",
"owner": "alyraffauf", "owner": "alyraffauf",
"repo": "raffauflabs", "repo": "raffauflabs",
"rev": "6f4de389b15e6bc25834ef297fbcf9b0bd6bc561", "rev": "69d6578aaa23b19827a7704aaced3ea7178ca829",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

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