bumped sources

- ssh boot - removed /32, otherwise we got error
  `can't parse IP address "xx.xx.xx.xx/32"`
- wger - cleaned up, because of deprecated errors
This commit is contained in:
eyjhb 2025-04-19 13:05:56 +02:00
parent c1772d69fc
commit 6fedaed0f9
Signed by: eyjhb
GPG key ID: 609F508E3239F920
4 changed files with 72 additions and 35 deletions

View file

@ -62,7 +62,7 @@
platforms.hetzner = {
enable = true;
network.address = [
"65.108.221.240/32"
"65.108.221.240"
"2a01:4f9:c012:743e::1/64"
];
};