push up existing set of fixes and wm change

This commit is contained in:
notgne2 2025-11-12 12:11:26 -07:00
parent 9a77331d21
commit 943fceee2d
No known key found for this signature in database
7 changed files with 180 additions and 155 deletions

View file

@ -59,14 +59,14 @@ all: {
services.openssh = {
enable = lib.mkDefault true;
# lol no
settings.PermitRootLogin = lib.mkDefault "no";
settings.PasswordAuthentication = lib.mkDefault false;
# allow reverse ssh port shit to be public sometimes
settings.GatewayPorts = lib.mkDefault "clientspecified";
extraConfig = ''
StreamLocalBindUnlink yes
'';
settings = {
StreamLocalBindUnlink = lib.mkDefault "yes";
# lol no
PermitRootLogin = lib.mkDefault "no";
PasswordAuthentication = lib.mkDefault false;
# allow reverse ssh port shit to be public sometimes
GatewayPorts = lib.mkDefault "clientspecified";
};
};
# Use a firewall