suspend on power btn and fix la
This commit is contained in:
@@ -118,6 +118,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "suspend";
|
||||
};
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
services.searx = {
|
||||
enable = false;
|
||||
@@ -173,7 +176,7 @@
|
||||
documentation.man.generateCaches = true;
|
||||
|
||||
#networking.firewall.allowedTCPPorts = [ 6567 ]; # mindustry
|
||||
networking.firewall.allowedUDPPorts = [ 1234 ]; #6567 ]; # mindustry
|
||||
networking.firewall.allowedUDPPorts = [ 1234 ]; # 6567 ]; # mindustry
|
||||
mainUser.layout = "de";
|
||||
mainUser.variant = "us";
|
||||
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
|
||||
|
||||
Reference in New Issue
Block a user