summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-03 14:14:04 -0400
committerVineet Kumar <git@vineetk.net>2026-05-03 14:14:04 -0400
commit24e8f6bebf9b61d4ff12e17b023ecf73178866a0 (patch)
tree6cbcb6b1fee62bcc50c47bcf21b03ce79fe9b5d6
parent3550a928d8152022c63fa16c19e91aaffceb1e74 (diff)
saklas: start switching to kimsufi from hetzner
hetzner dedi started getting too expensive for my current situation
-rw-r--r--epistemia/systems/saklas.scm16
1 files changed, 7 insertions, 9 deletions
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm
index 3c14d0d..df53188 100644
--- a/epistemia/systems/saklas.scm
+++ b/epistemia/systems/saklas.scm
@@ -241,9 +241,7 @@ table inet filter {
241 (bootloader (bootloader-configuration 241 (bootloader (bootloader-configuration
242 (bootloader grub-zfs-bios) 242 (bootloader grub-zfs-bios)
243 (targets '("/dev/sda" 243 (targets '("/dev/sda"
244 "/dev/sdb" 244 "/dev/sdb"))))
245 "/dev/sdc"
246 "/dev/sdd"))))
247 245
248 (file-systems (append 246 (file-systems (append
249 (list (file-system 247 (list (file-system
@@ -318,19 +316,19 @@ table inet filter {
318 (addresses 316 (addresses
319 (list (network-address 317 (list (network-address
320 (device "eth0") 318 (device "eth0")
321 (value "162.55.242.220/26")) 319 (value "51.68.181.121"))
322 (network-address 320 (network-address
323 (device "eth0") 321 (device "eth0")
324 (value "2a01:4f8:272:4fd3::/64")))) 322 (value "2001:41d0:700:1c79::1/128"))))
325 (routes 323 (routes
326 (list (network-route 324 (list (network-route
327 (destination "default") 325 (destination "default")
328 (device "eth0") 326 (device "eth0")
329 (gateway "162.55.242.193")) 327 (gateway "51.68.181.254"))
330 (network-route 328 (network-route
331 (destination "default") 329 (destination "default")
332 (device "eth0") 330 (device "eth0")
333 (gateway "fe80::1"))))))) 331 (gateway "2001:41d0:0700:1cff:00ff:00ff:00ff:00ff")))))))
334 (simple-service 'resolv-configuration 332 (simple-service 'resolv-configuration
335 etc-service-type 333 etc-service-type
336 `(("resolv.conf" 334 `(("resolv.conf"
@@ -352,7 +350,7 @@ table inet filter {
352 ("root" ,(local-file "/data/ssh/id_ed25519.pub")))) 350 ("root" ,(local-file "/data/ssh/id_ed25519.pub"))))
353 (extra-content "\ 351 (extra-content "\
354 ListenAddress 127.0.0.1:22 352 ListenAddress 127.0.0.1:22
355 ListenAddress 162.55.242.220:22 353 ListenAddress 51.68.181.121:22
356 #ListenAddress 10.0.13.1:22 354 #ListenAddress 10.0.13.1:22
357 "))) 355 ")))
358 (service unbound-service-type 356 (service unbound-service-type
@@ -403,7 +401,7 @@ rpz:
403 (start #~(make-forkexec-constructor 401 (start #~(make-forkexec-constructor
404 (list #$(file-append rtorrent-xmlrpc "/bin/rtorrent") 402 (list #$(file-append rtorrent-xmlrpc "/bin/rtorrent")
405 "-n" 403 "-n"
406 "-b" "162.55.242.220" 404 "-b" "51.68.181.121"
407 "-p" "51413-51413" 405 "-p" "51413-51413"
408 "-d" "/data/torrents/complete/other" 406 "-d" "/data/torrents/complete/other"
409 "-s" "/data/torrents/rtorrent" 407 "-s" "/data/torrents/rtorrent"