feat: add tuserver
This commit is contained in:
parent
20f8049d64
commit
7eaceeac27
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@ rec {
|
|||
portOffset = 10000;
|
||||
};
|
||||
};
|
||||
"tuserver" = {
|
||||
type = "local";
|
||||
ip = "192.168.2.102";
|
||||
reservation = {
|
||||
hw_address = "00:23:24:f9:43:e6";
|
||||
hostname = "tuserver";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dhcp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue