mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 23:09:22 +08:00
Compare commits
1 Commits
411a276d34
...
ttyd
| Author | SHA1 | Date | |
|---|---|---|---|
| 8924f88901 |
@@ -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