Compare commits

...

3 commits

Author SHA1 Message Date
1fd1c845e8
Move arbi configuration file to secrets
Some checks failed
/ test (push) Has been cancelled
2025-05-21 21:04:04 +02:00
7e92d09299
Format 2025-05-21 21:03:54 +02:00
9b907264c2
Disable subscript after _ 2025-05-21 21:03:24 +02:00
5 changed files with 144 additions and 142 deletions

View file

@ -811,6 +811,7 @@
(org-insert-heading-respect-content t) (org-insert-heading-respect-content t)
(org-pretty-entities t) (org-pretty-entities t)
(org-ellipsis "") (org-ellipsis "")
(org-use-sub-superscripts nil)
) )
:bind (("C-c o l" . org-store-link) :bind (("C-c o l" . org-store-link)
("C-c o c" . org-capture) ("C-c o c" . org-capture)

View file

@ -119,6 +119,7 @@
group = "forgejo"; group = "forgejo";
}; };
"matrix-registration-shared-secret".owner = "matrix-synapse"; "matrix-registration-shared-secret".owner = "matrix-synapse";
"arbi-config".owner = "arbi";
}; };
}; };

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, ... }:
let let
rev = "d531730d9640160f0519ef4b3640f8da49dd96f8"; rev = "d531730d9640160f0519ef4b3640f8da49dd96f8";
arbi-flake = builtins.getFlake "git+ssh://git@github.com/aciceri/arbi.git?rev=${rev}"; arbi-flake = builtins.getFlake "git+ssh://git@github.com/aciceri/arbi.git?rev=${rev}";
@ -9,11 +9,7 @@ in
services.arbi = { services.arbi = {
enable = true; enable = true;
log_level = "debug"; log_level = "debug";
configFile = pkgs.writeText "arbi-config.kdl" '' configFile = config.age.secrets.arbi-config.path;
endpoint "wss://eth-mainnet.g.alchemy.com/v2/<REDACTED>"
pairs_file "pairs.json"
concurrency 4
'';
}; };
environment.persistence."/persist".directories = [ environment.persistence."/persist".directories = [

BIN
secrets/arbi-config.age Normal file

Binary file not shown.

View file

@ -153,6 +153,10 @@ with keys.users;
ccr-ssh ccr-ssh
sisko sisko
]; ];
"arbi-config.age".publicKeys = [
ccr-ssh
sisko
];
# WireGuard # WireGuard
"picard-wireguard-private-key.age".publicKeys = [ "picard-wireguard-private-key.age".publicKeys = [