Skip to content

Commit 7c37a03

Browse files
authored
Merge pull request #4 from dermetfan/api-url
NixOS module: hit the backend API directly
2 parents e00421c + 2ee41e1 commit 7c37a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/nixosModules.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
options = {
3131
api-url = lib.mkOption {
3232
type = lib.types.str;
33-
default = "https://sm.midnight.gd/api";
33+
default = "https://scavenger.prod.gd.midnighttge.io";
34+
example = "https://sm.midnight.gd/api";
3435
};
3536

3637
mnemonic-file = lib.mkOption {

0 commit comments

Comments
 (0)