serv: fix hydra role

This commit is contained in:
Astro 2022-06-23 22:31:07 +02:00
parent 604b2d3a7a
commit 469caa0858
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
}; };
hydra = { hydra = {
role = "server"; role = "client";
model = "nixos"; model = "nixos";
interfaces.serv.type = "phys"; interfaces.serv.type = "phys";
}; };