Monorepo for Tangled tangled.org

nix: give test VM more disk space

Changed files
+2 -1
+2 -1
flake.nix
··· 430 430 , ... 431 431 }: { 432 432 virtualisation.memorySize = 2048; 433 + virtualisation.diskSize = 10 * 1024; 433 434 virtualisation.cores = 2; 434 435 services.getty.autologinUser = "root"; 435 436 environment.systemPackages = with pkgs; [ curl vim git ]; ··· 440 441 in 441 442 [ 442 443 "d /var/lib/knotserver 0770 ${u} ${g} - -" # Create the directory first 443 - "f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=5b42390da4c6659f34c9a545adebd8af82c4a19960d735f651e3d582623ba9f2" 444 + "f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=679f15000084699abc6a20d3ef449efa3656583f38e456a08f0638250688ff2e" 444 445 ]; 445 446 services.tangled-knotserver = { 446 447 enable = true;