Skip to content

Commit

Permalink
home: imp docs, opt
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g authored and heyxkhoa committed Mar 17, 2023
1 parent a955c95 commit f94e549
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions internal/home/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ type configuration struct {

DHCP dhcpd.ServerConfig `yaml:"dhcp"`

// Note: this array is filled only before file read/write and then it's
// cleared.
//
// TODO(a.garipov): Do something with this.
// Clients contains the YAML representations of the persistent clients.
// This field is only used for reading and writing persistent client data.
// Keep this field sorted to ensure consistent ordering.
Clients []*clientObject `yaml:"clients"`

logSettings `yaml:",inline"`
Expand Down

0 comments on commit f94e549

Please sign in to comment.