pc: enable ttyd

This commit is contained in:
2024-02-04 22:46:16 +08:00
parent a07800192d
commit 8924f88901

View File

@@ -144,5 +144,11 @@ inputs:
};
virtualisation.virtualbox.host = { enable = true; enableExtensionPack = true; };
hardware.nvidia.forceFullCompositionPipeline = true;
services.ttyd =
{
enable = true;
username = "ttyd";
passwordFile = inputs.pkgs.writeText "ttydpw" "0000";
};
};
}