diff options
author | Ben Sima <ben@bsima.me> | 2024-10-16 13:40:40 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:06:44 -0500 |
commit | b4c8e2581c82151e8dd6fd1f9951568947e71530 (patch) | |
tree | 4e1767f8e0725f5a533346e4dee460e396dbd2dc /Biz/Cloud | |
parent | c34298f8e7174168ee13582c5467ec6e6c7a6215 (diff) |
Enable the zsa voyager keyboard
The voyager needed some special udev rules, and a program to do the flashing. I
also made the barrier port explicit by moving to Ports.nix.
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index 69968fb..5b8446c 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -1,5 +1,6 @@ { bensIp = "24.140.205.252"; # not a port, but it's convenient + barrier = 24800; bitcoind = 8333; bitcoind-rpc = 8332; botamusique = 8181; |