Add management profile to test-raspi

This commit is contained in:
Andreas Zweili 2024-01-08 19:12:11 +01:00
parent e9fd402dba
commit 7a482964bb
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
};
test-raspi = mkRaspi {
hostname = "test-raspi";
home-module = "management";
inherit inputs;
};
ttrss = mkRaspi {