Make proxy a raspi

This commit is contained in:
Andreas Zweili 2022-09-03 10:02:24 +02:00
parent e1d04a3338
commit f095a94f74
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
hostname = "plex";
inherit custom pkgs inputs;
};
proxy = mkComputer {
proxy = mkRaspi {
hostname = "proxy";
inherit custom pkgs inputs;
};