feat(tazjin/nixos): install radicle-node on all machines

Change-Id: I67ce259d890bd508cd9c9516702d51d5e70f4065
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12470
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2024-09-13 12:25:24 +03:00 committed by clbot
parent 485fb81edf
commit 773ddcb209
2 changed files with 6 additions and 4 deletions

View file

@ -62,7 +62,7 @@ in
domain = "tazj.in";
useDHCP = true;
firewall.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 ];
firewall.allowedTCPPorts = [ 22 80 443 8776 ];
wireless.enable = true;
wireless.networks."How do I computer fast?" = {
@ -169,13 +169,14 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
bat
curl
emacs-nox
htop
jq
nmap
bat
emacs-nox
nano
nmap
radicle-node
wget
];

View file

@ -75,6 +75,7 @@ in
pulseaudio # for pactl
pwgen
quasselClient
radicle-node
rink
ripgrep
rustup