forked from mirrors_public/oddlama_nix-config
feat: more RAM for paperless
This commit is contained in:
parent
a9b94418cc
commit
eaec619126
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
paperlessDomain = "paperless.${sentinelCfg.repo.secrets.local.personalDomain}";
|
||||
paperlessBackupDir = "/var/cache/paperless-backup";
|
||||
in {
|
||||
microvm.mem = 1024 * 6;
|
||||
microvm.mem = 1024 * 9;
|
||||
microvm.vcpu = 8;
|
||||
|
||||
nodes.sentinel = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue