mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
enable ssh on wsl
This commit is contained in:
@ -18,6 +18,12 @@
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
ollama.enable = true;
|
ollama.enable = true;
|
||||||
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
PasswordAuthentication = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
Reference in New Issue
Block a user