feat: logind configuration

This commit is contained in:
Guz
2024-09-02 11:31:00 -03:00
parent 201adef9df
commit 29b231b82f

View File

@@ -86,6 +86,11 @@
};
nix.package = pkgs.nixVersions.nix_2_21;
services.logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "lock";
};
networking = {
networkmanager.enable = true;
hostName = "fighter";