Compare commits

..

2 commits

Author SHA1 Message Date
f085ac2663
nushell: add croc alias
All checks were successful
flake check / check (push) Successful in 4m16s
fmt check / check (push) Successful in 1m6s
2024-01-05 22:26:57 -05:00
07bc8435a2
sora: add croc relay 2024-01-05 22:26:40 -05:00
3 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,7 @@ alias dl = yt-dlp -P ~/Videos/downloaded
alias dlcd = yt-dlp
alias up = rpaste -s "https://i.flake.sh/" -e 1day
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
alias send = croc --relay "100.104.42.96:9009" send
alias tail = tspin
alias grep = rg
alias code = codium "."

View file

@ -0,0 +1,7 @@
_: {
services.croc = {
enable = true;
openFirewall = true;
debug = true;
};
}

View file

@ -6,6 +6,7 @@
./ntfy-sh.nix
./attic.nix
./tailscale.nix
./croc.nix
# ./factorio.nix
# ./minecraft.nix
# ./foundryvtt.nix