diff --git a/flake.lock b/flake.lock index 2d752efa..08eba90e 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index b03f4f95..7dc46f7c 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -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; }; }; } diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index bb4bb1d3..9679e3f9 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -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" )