Skip to content

Commit

Permalink
~ xmr addr
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Mar 22, 2024
1 parent 426986b commit a94da64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hosts/hastur/spec.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, config, user, lib, inputs, ... }: {
{ pkgs, data, config, user, lib, inputs, ... }: {
# This headless machine uses to perform heavy task.
# Running database and web services.

Expand Down Expand Up @@ -359,7 +359,7 @@
pools = [
{
url = "pool.supportxmr.com:443";
user = "43WvF2Vv5e2Dpte5w44gHzWbZeLZm9PNNEsxCMRRc66GNVPmNoAaxwPFPurR1hQtNzP4NgY1dtjEohh9LyWLKAvqJUErReS";
user = data.xmrAddr;
keepalive = true;
tls = true;
pass = "rha";
Expand Down
4 changes: 2 additions & 2 deletions hosts/kaambl/spec.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, config, user, lib, inputs, ... }: {
{ pkgs, data, config, user, lib, inputs, ... }: {
# Mobile device.

system.stateVersion = "23.05"; # Did you read the comment?
Expand Down Expand Up @@ -189,7 +189,7 @@
pools = [
{
url = "pool.supportxmr.com:443";
user = "43WvF2Vv5e2Dpte5w44gHzWbZeLZm9PNNEsxCMRRc66GNVPmNoAaxwPFPurR1hQtNzP4NgY1dtjEohh9LyWLKAvqJUErReS";
user = data.xmrAddr;
keepalive = true;
tls = true;
pass = "kam";
Expand Down
1 change: 1 addition & 0 deletions hosts/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let
sshPubKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEv3S53gBU3Hqvr5o5g+yrn1B7eiaE5Y/OIFlTwU+NEG";
skSshPubKey = "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIH+HwSzDbhJOIs8cMuUaCsvwqfla4GY6EuD1yGuNkX6QAAAADnNzaDoxNjg5NTQzMzc1";
};
xmrAddr = "83u3a1Sx8wt5hQ9o8eHoSbKDPRwt9uGLJ8b26GHzfZ3Ha17ASekNTMvQk7TnYEqL724UuWQrJbBq7Cvg1HHZqGQc7WsT8RV";

# azasos: in wall
withoutHeads = [
Expand Down

0 comments on commit a94da64

Please sign in to comment.