tries to fix ssh config for vps-sm

This commit is contained in:
Dennis Schoepf 2025-11-09 16:23:49 +01:00
parent 3baae32887
commit 1a6aa16251
4 changed files with 10 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{
inputs,
outputs,
lib,
_lib,
config,
pkgs,
...
@ -12,6 +12,7 @@
./networking.nix
inputs.home-manager.nixosModules.home-manager
inputs.ip-whitelist.nixosModules.default
../../modules/openssh
../../modules/vaultwarden
../../modules/uptime-kuma
../../modules/homepage
@ -124,16 +125,6 @@
};
# Services
# SSH
services.openssh = {
settings = {
X11Forwarding = false;
PermitRootLogin = "no";
PasswordAuthentication = false;
};
openFirewall = false;
};
# Tailscale
services.tailscale.enable = true;