Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix: give test VM more disk space

Akshay cb7d91bf f5f258b2

+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 ]; ··· 441 440 in 442 441 [ 443 442 "d /var/lib/knotserver 0770 ${u} ${g} - -" # Create the directory first 444 - "f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=5b42390da4c6659f34c9a545adebd8af82c4a19960d735f651e3d582623ba9f2" 443 + "f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=679f15000084699abc6a20d3ef449efa3656583f38e456a08f0638250688ff2e" 445 444 ]; 446 445 services.tangled-knotserver = { 447 446 enable = true;