autosurfer: ensure we don't mine crypto
This commit is contained in:
parent
6854ffd9c1
commit
c742956256
|
@ -3,6 +3,10 @@
|
|||
autosurfer = {
|
||||
# https://git.caspervk.net/caspervk/autosurfer
|
||||
image = "quay.io/caspervk/autosurfer:latest";
|
||||
extraOptions = [
|
||||
"--cpus=1"
|
||||
"--memory=2g"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue