Remove the home-manager config for plex

It wasn't unique anymore
This commit is contained in:
Andreas Zweili 2023-02-14 21:17:22 +01:00
parent cb63764da1
commit 6b5e654002
2 changed files with 0 additions and 7 deletions

View File

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

View File

@ -1,6 +0,0 @@
{ custom }: { ... }:
{
imports = [
(import "${custom.inputs.self}/home-manager/headless.nix" { inherit custom; })
];
}