feat: make logging and temperature monitoring optional (#35)
* feat: make logging and temperature monitoring optional * chore: improve code style * fix: import --------- Co-authored-by: naiba <[email protected]>
This commit is contained in:
@@ -12,6 +12,8 @@ type AgentConfig struct {
|
||||
NICAllowlist map[string]bool
|
||||
DNS []string
|
||||
GPU bool
|
||||
Temperature bool
|
||||
Slient bool
|
||||
v *viper.Viper
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user