mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
mauville: move ot native nix abs and plex services
This commit is contained in:
parent
945fbe7409
commit
e5ad899eca
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue