diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index ab84504..82ce8b9 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -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; diff --git a/hosts/poseidon/default.nix b/hosts/poseidon/default.nix index 77b36da..0e09da0 100644 --- a/hosts/poseidon/default.nix +++ b/hosts/poseidon/default.nix @@ -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;