tries to fix ssh config for vps-sm
This commit is contained in:
parent
3baae32887
commit
1a6aa16251
4 changed files with 10 additions and 15 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue