alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
nix: give test VM more disk space
author
Akshay
date
1 year ago
(Apr 30, 2025, 8:57 PM +0100)
commit
cb7d91bf
cb7d91bfa8f56976f732c467f5f08755335a3620
parent
f5f258b2
f5f258b259de8d44259053a2f976bbe084f7a41e
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
flake.nix
+2
-1
flake.nix
View file
Reviewed
···
430
430
, ...
431
431
}: {
432
432
virtualisation.memorySize = 2048;
433
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
443
-
"f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=5b42390da4c6659f34c9a545adebd8af82c4a19960d735f651e3d582623ba9f2"
444
444
+
"f+ /var/lib/knotserver/secret 0660 ${u} ${g} - KNOT_SERVER_SECRET=679f15000084699abc6a20d3ef449efa3656583f38e456a08f0638250688ff2e"
444
445
];
445
446
services.tangled-knotserver = {
446
447
enable = true;