remove dome defaults

This commit is contained in:
cronekorkn 2023-05-04 17:17:25 +02:00
parent 6621459820
commit 67d6e77ccf
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,11 +1,8 @@
svc_systemd = {
'swapfile-prepare.service': {
'enabled': True,
'running': None,
},
'swapfile.swap': {
'enabled': True,
'running': True,
'needs': [
'svc_systemd:swapfile-prepare.service',
],