From f70b663ec7fa581a6d6767c75c893cea23bef8f2 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 12 Oct 2022 11:01:49 +0200 Subject: [PATCH] Make raspi-test to a management system --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 09959fd..c15cf67 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,7 @@ }; raspi-test = mkRaspi { hostname = "raspi-test"; + home-module = "management"; inherit custom inputs; }; restic-server = mkComputer {