guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 24e8f6bebf9b61d4ff12e17b023ecf73178866a0
parent 3550a928d8152022c63fa16c19e91aaffceb1e74
Author: Vineet Kumar <git@vineetk.net>
Date:   Sun,  3 May 2026 14:14:04 -0400

saklas: start switching to kimsufi from hetzner

hetzner dedi started getting too expensive for my current situation

Diffstat:
Mepistemia/systems/saklas.scm | 16+++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -241,9 +241,7 @@ table inet filter { (bootloader (bootloader-configuration (bootloader grub-zfs-bios) (targets '("/dev/sda" - "/dev/sdb" - "/dev/sdc" - "/dev/sdd")))) + "/dev/sdb")))) (file-systems (append (list (file-system @@ -318,19 +316,19 @@ table inet filter { (addresses (list (network-address (device "eth0") - (value "162.55.242.220/26")) + (value "51.68.181.121")) (network-address (device "eth0") - (value "2a01:4f8:272:4fd3::/64")))) + (value "2001:41d0:700:1c79::1/128")))) (routes (list (network-route (destination "default") (device "eth0") - (gateway "162.55.242.193")) + (gateway "51.68.181.254")) (network-route (destination "default") (device "eth0") - (gateway "fe80::1"))))))) + (gateway "2001:41d0:0700:1cff:00ff:00ff:00ff:00ff"))))))) (simple-service 'resolv-configuration etc-service-type `(("resolv.conf" @@ -352,7 +350,7 @@ table inet filter { ("root" ,(local-file "/data/ssh/id_ed25519.pub")))) (extra-content "\ ListenAddress 127.0.0.1:22 - ListenAddress 162.55.242.220:22 + ListenAddress 51.68.181.121:22 #ListenAddress 10.0.13.1:22 "))) (service unbound-service-type @@ -403,7 +401,7 @@ rpz: (start #~(make-forkexec-constructor (list #$(file-append rtorrent-xmlrpc "/bin/rtorrent") "-n" - "-b" "162.55.242.220" + "-b" "51.68.181.121" "-p" "51413-51413" "-d" "/data/torrents/complete/other" "-s" "/data/torrents/rtorrent"