Use a separate home-manager config for Plex

This commit is contained in:
Andreas Zweili 2022-10-17 22:04:03 +02:00
parent bf618f4e4b
commit 550e20ccd3
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
}; };
plex = mkComputer { plex = mkComputer {
hostname = "plex"; hostname = "plex";
home-module = "plex";
inherit custom inputs; inherit custom inputs;
}; };
proxy = mkRaspi { proxy = mkRaspi {