From f095a94f741a72edf578b7a96ebf82f8de27f585 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 3 Sep 2022 10:02:24 +0200 Subject: [PATCH] Make proxy a raspi --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d455a4e..4a58139 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ hostname = "plex"; inherit custom pkgs inputs; }; - proxy = mkComputer { + proxy = mkRaspi { hostname = "proxy"; inherit custom pkgs inputs; };