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