nixos/lanraragi: increase memorySize
This commit is contained in:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user