diff --git a/hosts/puter/default.nix b/hosts/puter/default.nix index 34568b9..a5c1b72 100644 --- a/hosts/puter/default.nix +++ b/hosts/puter/default.nix @@ -15,7 +15,7 @@ ../../modules/common/utils.nix ../../modules/common/security.nix ../../modules/common/steam.nix - ../../modules/common/wine.nix + #../../modules/common/wine.nix ../../modules/common/libvirt.nix ]; networking.hostName = "puter"; diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index 87b7763..25d9da9 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -67,14 +67,14 @@ }; #services.logind = { - # lidSwitch = "ignore"; - # lidSwitchDocked = "ignore"; - # lidSwitchExternalPower = "ignore"; + # lidSwitch = "ignore"; + # lidSwitchDocked = "ignore"; + # lidSwitchExternalPower = "ignore"; # extraConfig = '' # HandlePowerKey=ignore # HandleSuspendKey=ignore # ''; - # This goes in the extraConfig section IdleAction=ignore + # This goes in the extraConfig section IdleAction=ignore #}; environment.systemPackages = with pkgs; [mbpfan thermald];