Rename raspi-test to management

This commit is contained in:
Andreas Zweili 2022-10-14 08:39:51 +02:00
parent 1e1503575a
commit f90470a34b
3 changed files with 3 additions and 3 deletions

View File

@ -84,8 +84,8 @@
hostname = "proxy";
inherit custom inputs;
};
raspi-test = mkRaspi {
hostname = "raspi-test";
management = mkRaspi {
hostname = "management";
home-module = "management";
inherit custom inputs;
};

View File

@ -4,7 +4,7 @@ hosts=(
"mail"
"nextcloud"
"plex"
"raspi-test"
"management"
"restic-server"
"ttrss"
"git"