nixos/lanraragi: increase memorySize

This commit is contained in:
TomaSajt
2025-08-23 17:09:31 +02:00
parent 77e6d9b306
commit 87ed533b5f

View File

@@ -7,11 +7,17 @@
machine1 =
{ pkgs, ... }:
{
# needed for the cache
virtualisation.memorySize = 4096;
services.lanraragi.enable = true;
};
machine2 =
{ pkgs, ... }:
{
# needed for the cache
virtualisation.memorySize = 4096;
services.lanraragi = {
enable = true;
passwordFile = pkgs.writeText "lrr-test-pass" ''