Compare commits
No commits in common. "3a7e80184a9e2a4cbe702d262ebd00c3f5c6d101" and "4d870f07e4ed342314e6dba0b1e3963fb90999e0" have entirely different histories.
3a7e80184a
...
4d870f07e4
3 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Nushell Config File
|
||||||
|
|
||||||
source ~/.cache/starship/init.nu
|
source ~/.cache/starship/init.nu
|
||||||
|
|
||||||
alias zj = zellij
|
alias zj = zellij
|
||||||
|
@ -26,7 +28,6 @@ alias sxfix = nix run "nixpkgs#statix" -- fix
|
||||||
alias dl = yt-dlp -P ~/Videos/downloaded
|
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 tail = tspin
|
alias tail = tspin
|
||||||
nitch
|
nitch
|
||||||
|
|
||||||
|
|
|
@ -205,8 +205,8 @@
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
||||||
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
|
uptime-kuma.loadBalancer.servers = [{url = "http://100.87.54.48:4000";}];
|
||||||
gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}];
|
gotify.loadBalancer.servers = [{url = "http://100.87.54.48:3000";}];
|
||||||
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
||||||
authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}];
|
authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}];
|
||||||
foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}];
|
foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}];
|
||||||
|
|
|
@ -3,7 +3,7 @@ _: {
|
||||||
services.uptime-kuma = {
|
services.uptime-kuma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
HOST = "100.104.42.96";
|
HOST = "100.87.54.48";
|
||||||
PORT = "4000";
|
PORT = "4000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue