services: move 'media' to 'modules' instead
Its not actually a service, but more of a configuration needed by some services. Therefore it belongs in modules.
This commit is contained in:
parent
012163eb44
commit
e09da8505e
|
@ -5,6 +5,7 @@
|
|||
imports = [
|
||||
./ergodox.nix
|
||||
./language.nix
|
||||
./media.nix
|
||||
./networking.nix
|
||||
./nix.nix
|
||||
./packages.nix
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
./indexers.nix
|
||||
./jellyfin.nix
|
||||
./matrix.nix
|
||||
./media.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
|
|
Loading…
Reference in a new issue