Compare commits

...

2 Commits

Author SHA1 Message Date
DDEV User
264f96f75e [TASK] Next try to fix wakeup problems 2026-03-19 17:59:46 +01:00
DDEV User
54a02e7f32 [TASK] Improve dualsense connetion 2026-03-19 17:24:37 +01:00
2 changed files with 12 additions and 3 deletions

View File

@ -16,5 +16,6 @@
enable = true;
};
networking.hostName = "cesium";
networking.firewall.allowedTCPPorts = [ 9003 ];
}

View File

@ -6,13 +6,17 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelModules = [ "hidp" ];
hardware.bluetooth.enable = true;
hardware.bluetooth.settings.Policy.ReconnectAttempts = 0;
# System-Tuning für JetBrains Tools
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = 1048576;
};
# Network
networking.hostName = "cesium"; # Define your hostname.
networking.networkmanager.enable = true;
# Set your time zone.
@ -50,7 +54,7 @@
cifs-utils
];
# Shell-Programme
# Shell-programms
programs.zsh.enable = true;
programs.git.enable = true;
@ -65,7 +69,7 @@
security.rtkit.enable = true;
# 32-bit Support für Steam
# 32-bit Support for Steam
hardware.graphics.enable32Bit = true;
services.pulseaudio.support32Bit = true;
@ -75,6 +79,10 @@
services.displayManager.gdm.autoSuspend = false;
services.desktopManager.gnome.enable = true;
# After wakeup wait 3 minutes before going a new suspend is possible,
# to prevent GNOME's accumulated idle-timer suspends immediately.
services.logind.settings.Login.HoldoffTimeoutUSec = "3min";
environment.gnome.excludePackages = with pkgs; [
gnome-photos
gnome-tour