From 3f7f608abacfa261071be00865dbf378ca98140d Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Thu, 21 Aug 2025 04:35:42 +0300 Subject: [PATCH] host: install redshift on another vps --- hosts/redshift/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/redshift/default.nix b/hosts/redshift/default.nix index 7537dbd..ed62ab8 100644 --- a/hosts/redshift/default.nix +++ b/hosts/redshift/default.nix @@ -48,12 +48,12 @@ disableIPv6 = true; domain = "wg.ataraxiadev.com"; ifname = "enp0s18"; - mac = "bc:24:11:99:d5:2f"; + mac = "bc:24:11:33:ea:74"; bridge.enable = true; ipv4 = [ { - address = "104.164.54.197/24"; - gateway = "104.164.54.1"; + address = "217.147.15.227/24"; + gateway = "217.147.15.1"; dns = [ "9.9.9.9" "149.112.112.112" @@ -157,5 +157,5 @@ ataraxia.services.tor.enableRelay = true; ataraxia.services.tor.relayPort = 18342; - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; }