Compare commits
2 commits
ba7093d292
...
f085ac2663
Author | SHA1 | Date | |
---|---|---|---|
f085ac2663 | |||
07bc8435a2 |
3 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,7 @@ alias dl = yt-dlp -P ~/Videos/downloaded
|
||||||
alias dlcd = yt-dlp
|
alias dlcd = yt-dlp
|
||||||
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
||||||
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
|
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 tail = tspin
|
||||||
alias grep = rg
|
alias grep = rg
|
||||||
alias code = codium "."
|
alias code = codium "."
|
||||||
|
|
7
hosts/sora/services/croc.nix
Normal file
7
hosts/sora/services/croc.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
services.croc = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
debug = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
./ntfy-sh.nix
|
./ntfy-sh.nix
|
||||||
./attic.nix
|
./attic.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
|
./croc.nix
|
||||||
# ./factorio.nix
|
# ./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
# ./foundryvtt.nix
|
||||||
|
|
Loading…
Reference in a new issue