auto-import nixosModules, openssh mod

This commit is contained in:
Vinzenz Schroeter 2025-09-13 17:22:20 +02:00
parent 26625c6952
commit a377c8e30b
3 changed files with 43 additions and 44 deletions

View file

@ -1,15 +1,5 @@
_: {
config = {
services.openssh = {
enable = true;
openFirewall = true;
settings = {
PermitRootLogin = "without-password";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
services.tailscale = {
enable = true;
openFirewall = true;