generated from Patagia/template-nix
Compare commits
1 commit
e3fdf39cda
...
54c1cca8c8
Author | SHA1 | Date | |
---|---|---|---|
54c1cca8c8 |
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ impl VarlinkInterface for PatagiaHostd {
|
|||
value: "quz".to_string(),
|
||||
},
|
||||
]),
|
||||
patagiaAgent: None,
|
||||
patagiaAgent: Some(PatagiaAgentConfig {
|
||||
url: None, // Some("https://cdn.patagia.dev/patagia-agent/stable".to_string()),
|
||||
}),
|
||||
};
|
||||
call.reply(machine)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue