tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixos/lanraragi: increase memorySize
TomaSajt
7 months ago
87ed533b
77e6d9b3
+6
1 changed file
expand all
collapse all
unified
split
nixos
tests
lanraragi.nix
+6
nixos/tests/lanraragi.nix
reviewed
···
7
7
machine1 =
8
8
{ pkgs, ... }:
9
9
{
10
10
+
# needed for the cache
11
11
+
virtualisation.memorySize = 4096;
12
12
+
10
13
services.lanraragi.enable = true;
11
14
};
12
15
machine2 =
13
16
{ pkgs, ... }:
14
17
{
18
18
+
# needed for the cache
19
19
+
virtualisation.memorySize = 4096;
20
20
+
15
21
services.lanraragi = {
16
22
enable = true;
17
23
passwordFile = pkgs.writeText "lrr-test-pass" ''