-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ + -
- Loading branch information
Showing
4 changed files
with
51 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ let | |
sshPubKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEv3S53gBU3Hqvr5o5g+yrn1B7eiaE5Y/OIFlTwU+NEG"; | ||
skSshPubKey = "[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIH+HwSzDbhJOIs8cMuUaCsvwqfla4GY6EuD1yGuNkX6QAAAADnNzaDoxNjg5NTQzMzc1"; | ||
}; | ||
xmrAddr = "46TckNysSV7PdNA3PW134heWh4Nv3Fxv7Lab7aqw6utMEFK5qJypgteRZppWfsYnZAeoi7sddUP41Sr2YfFqr4urBiE1Xbw"; | ||
xmrAddr = (./sum.toml |> builtins.readFile |> fromTOML).api.misc.donate.Monero; | ||
}; | ||
|
||
genModules = map ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,51 @@ addr = "[email protected]" | |
[[host]] | ||
name = "yidhra" # feral chicken | ||
addr = "[email protected]" | ||
|
||
[api._links.self] | ||
href = "https://api.nyaw.xyz" | ||
|
||
[[api.site]] | ||
id = "misskey_nyaw" | ||
name = "Misskey Instance" | ||
target = "https://nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "ntfy" | ||
name = "Ntfy Server" | ||
target = "https://ntfy.nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "blog_nyaw" | ||
name = "Blog" | ||
target = "https://blog.nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "matrix_web_client" | ||
name = "Matrix Web Client" | ||
target = "https://matrix.nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "nix_cache" | ||
name = "Harmonia - Nix Cache" | ||
target = "https://cache.nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "pastebin" | ||
name = "Pastebin" | ||
target = "https://pb.nyaw.xyz/" | ||
|
||
[[api.site]] | ||
id = "vaultwarden" | ||
name = "Vaultwarden Web" | ||
target = "https://vault.nyaw.xyz/" | ||
|
||
[api.misc.misskey_online] | ||
url = "https://blog.nyaw.xyz/api/online" | ||
method = "GET" | ||
description = "bool value" | ||
|
||
[api.misc.donate] | ||
Monero = "46TckNysSV7PdNA3PW134heWh4Nv3Fxv7Lab7aqw6utMEFK5qJypgteRZppWfsYnZAeoi7sddUP41Sr2YfFqr4urBiE1Xbw" | ||
Solana = "AqRNAHbp12wk6HMSd8cffFz1NXXigBiU14LLecP4Rkxo" | ||
ERC-20 = "0xAD109D5E5CE7EF7F6263AA5238d6fb1b40516e68" |