mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
pc: enable ttyd
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user