From cf3d5f3ccfcd7448f8d45b8ad9e678967cf28cfd Mon Sep 17 00:00:00 2001 From: kenny Date: Wed, 27 Aug 2025 00:06:50 +0300 Subject: [PATCH] Removed wine bc 404 on dl --- hosts/puter/default.nix | 2 +- hosts/puter/hardware-configuration.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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];