Removed wine bc 404 on dl

This commit is contained in:
2025-08-27 00:06:50 +03:00
parent 0d77cf7698
commit cf3d5f3ccf
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
../../modules/common/utils.nix ../../modules/common/utils.nix
../../modules/common/security.nix ../../modules/common/security.nix
../../modules/common/steam.nix ../../modules/common/steam.nix
../../modules/common/wine.nix #../../modules/common/wine.nix
../../modules/common/libvirt.nix ../../modules/common/libvirt.nix
]; ];
networking.hostName = "puter"; networking.hostName = "puter";

View File

@@ -67,14 +67,14 @@
}; };
#services.logind = { #services.logind = {
# lidSwitch = "ignore"; # lidSwitch = "ignore";
# lidSwitchDocked = "ignore"; # lidSwitchDocked = "ignore";
# lidSwitchExternalPower = "ignore"; # lidSwitchExternalPower = "ignore";
# extraConfig = '' # extraConfig = ''
# HandlePowerKey=ignore # HandlePowerKey=ignore
# HandleSuspendKey=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]; environment.systemPackages = with pkgs; [mbpfan thermald];