Correct import for plex

This commit is contained in:
Andreas Zweili 2022-11-04 13:33:27 +01:00
parent 80056bd650
commit cdbf621f64
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
})
(import "${inputs.self}/modules/docker" { inherit custom; })
"${inputs.self}/modules/media-share"
"${inputs.self}/modules/plex"
(import "${inputs.self}/modules/plex" { inherit inputs; })
];
}