Compare commits

...

2 commits

Author SHA1 Message Date
3a7e80184a
nushell: add shorten alias
All checks were successful
flake check / check (push) Successful in 5m6s
fmt check / check (push) Successful in 40s
2023-11-30 14:59:12 -05:00
48e1cd632a
sora: update addresses 2023-11-30 14:55:40 -05:00
3 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,3 @@
# Nushell Config File
source ~/.cache/starship/init.nu
alias zj = zellij
@ -28,6 +26,7 @@ alias sxfix = nix run "nixpkgs#statix" -- fix
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 tail = tspin
nitch

View file

@ -205,8 +205,8 @@
};
services = {
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
uptime-kuma.loadBalancer.servers = [{url = "http://100.87.54.48:4000";}];
gotify.loadBalancer.servers = [{url = "http://100.87.54.48:3000";}];
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}];
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}];
foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}];

View file

@ -3,7 +3,7 @@ _: {
services.uptime-kuma = {
enable = true;
settings = {
HOST = "100.87.54.48";
HOST = "100.104.42.96";
PORT = "4000";
};
};