nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

nixos/lanraragi: increase memorySize

TomaSajt 87ed533b 77e6d9b3

+6
+6
nixos/tests/lanraragi.nix
··· 7 7 machine1 = 8 8 { pkgs, ... }: 9 9 { 10 + # needed for the cache 11 + virtualisation.memorySize = 4096; 12 + 10 13 services.lanraragi.enable = true; 11 14 }; 12 15 machine2 = 13 16 { pkgs, ... }: 14 17 { 18 + # needed for the cache 19 + virtualisation.memorySize = 4096; 20 + 15 21 services.lanraragi = { 16 22 enable = true; 17 23 passwordFile = pkgs.writeText "lrr-test-pass" ''