push up existing set of fixes and wm change
This commit is contained in:
parent
9a77331d21
commit
943fceee2d
7 changed files with 180 additions and 155 deletions
16
common.nix
16
common.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue