This commit is contained in:
CroneKorkN 2025-08-10 15:09:40 +02:00
parent 27171bcd4c
commit 057271c26a
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
defaults = {
'systemd-swap': 2*10**9,
'systemd-swap': 2*(2**30), # 2GiB
'systemd': {
'units': {
'swapfile.swap': {

View file

@ -35,6 +35,7 @@
'gateway6': 'fe80::1',
}
},
'systemd-swap': 4*2**30, # clamav alleine braucht 1,3G
'bind': {
'hostname': 'resolver.name',
'acme_zone': 'acme.sublimity.de',