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:
parent
c1772d69fc
commit
6fedaed0f9
4 changed files with 72 additions and 35 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue