nixos/eris-server: update comment

This commit is contained in:
Emery Hemingway 2024-08-26 09:40:02 +03:00
parent c1d51d7e09
commit f5b732e9bf

View File

@ -53,7 +53,7 @@ in {
Add "get" and "put" as query elements to enable those operations.
'';
example = [
"bolt+file:///srv/eris.bolt?get&put"
"badger+file:///var/db/eris.badger?get&put"
"coap+tcp://eris.example.com:5683?get"
];
};