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