make insane opengl configuration optional
This commit is contained in:
parent
7fa9d6c8ba
commit
bd429af298
2 changed files with 26 additions and 37 deletions
|
@ -15,8 +15,6 @@ all: {
|
|||
'';
|
||||
};
|
||||
|
||||
services.haveged.enable = lib.mkDefault true;
|
||||
|
||||
security.rtkit.enable = lib.mkDefault true;
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault true;
|
||||
|
@ -83,7 +81,7 @@ all: {
|
|||
settings.PermitRootLogin = lib.mkDefault "no";
|
||||
settings.PasswordAuthentication = lib.mkDefault false;
|
||||
# allow reverse ssh port shit to be public sometimes
|
||||
gatewayPorts = lib.mkDefault "clientspecified";
|
||||
settings.GatewayPorts = lib.mkDefault "clientspecified";
|
||||
extraConfig = ''
|
||||
StreamLocalBindUnlink yes
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue