diff --git a/hosts/sigma/autosurfer.nix b/hosts/sigma/autosurfer.nix index 0a1cc8a..4ca28e8 100644 --- a/hosts/sigma/autosurfer.nix +++ b/hosts/sigma/autosurfer.nix @@ -3,6 +3,10 @@ autosurfer = { # https://git.caspervk.net/caspervk/autosurfer image = "quay.io/caspervk/autosurfer:latest"; + extraOptions = [ + "--cpus=1" + "--memory=2g" + ]; }; }; }