diff --git a/devices/README.md b/devices/README.md index cec72a80..6dd48e77 100644 --- a/devices/README.md +++ b/devices/README.md @@ -9,9 +9,9 @@ This directory encompasses every device's main configuration file. | `android` | My [Nix-On-Droid](https://github.com/nix-community/nix-on-droid) configuration for my OnePlus 9 Pro | | `binto` | My desktop PC with a multi-monitor setup and an NVIDIA (cringe) 3070 | | `cluster` | Two Lenovo mini PCs that make use of [NixOS-pcsd](https://github.com/matt1432/nixos-pcsd) to form a cluster | -| `nos` | My current custom built server running Proxmox. Conversion to NixOS wip | +| `nos` | My custom built NAS | | `oksys` | A very old Acer laptop that went from sailing the seas for years to becoming my web server and VPN host. It is now retired indefinitely. | -| `servivi` | A gaming PC in a previous life, it is now used to slowly convert my Proxmox server to NixOS | +| `servivi` | A gaming PC in a previous life, it is now used to experiment and do heavier stuff | | `wim` | My 2-1 Lenovo Laptop that I use for uni | ## Global Vars diff --git a/devices/cluster/modules/caddy.nix b/devices/cluster/modules/caddy.nix index 6b43be4c..1149368a 100644 --- a/devices/cluster/modules/caddy.nix +++ b/devices/cluster/modules/caddy.nix @@ -32,6 +32,7 @@ in { virtualHosts = let clusterIP = config.services.pcsd.virtualIps.caddy-vip.ip; nosIP = "10.0.0.121"; + serviviIP = "10.0.0.249"; in { "nelim.org" = { serverAliases = ["*.nelim.org"]; @@ -73,7 +74,7 @@ in { nix-binary-cache = { subDomainName = "cache"; - reverseProxy = "${nosIP}:5000"; + reverseProxy = "${serviviIP}:5000"; }; calibre = {