make insane opengl configuration optional

This commit is contained in:
notgne2 2023-04-15 00:23:42 -07:00
parent 7fa9d6c8ba
commit bd429af298
No known key found for this signature in database
2 changed files with 26 additions and 37 deletions

View file

@ -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
'';