poseidon: move navidrome to hades
This commit is contained in:
parent
a761d3201f
commit
3334821bd8
|
@ -73,6 +73,11 @@ in {
|
|||
privatePort = 8080;
|
||||
};
|
||||
|
||||
navidrome = {
|
||||
enable = true;
|
||||
musicFolder.path = "${config.services.nextcloud.home}/data/alarsyo/files/Musique/Songs";
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
||||
|
|
|
@ -85,11 +85,6 @@ in {
|
|||
port = 8083;
|
||||
};
|
||||
|
||||
navidrome = {
|
||||
enable = true;
|
||||
musicFolder.path = "${config.services.nextcloud.home}/data/alarsyo/files/Musique/Songs";
|
||||
};
|
||||
|
||||
paperless = {
|
||||
enable = true;
|
||||
port = 8085;
|
||||
|
|
Loading…
Reference in a new issue