Compare commits
2 commits
4d870f07e4
...
3a7e80184a
Author | SHA1 | Date | |
---|---|---|---|
3a7e80184a | |||
48e1cd632a |
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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";}];
|
||||
|
|
|
@ -3,7 +3,7 @@ _: {
|
|||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
HOST = "100.87.54.48";
|
||||
HOST = "100.104.42.96";
|
||||
PORT = "4000";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue