enable ssh on wsl

This commit is contained in:
2024-01-06 08:04:32 +00:00
parent a5e68caae4
commit a645c89f69

View File

@ -18,6 +18,12 @@
services = {
ollama.enable = true;
openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
};
};
};
users = {