Compare commits

..

No commits in common. "264f96f75ec43a00950c0ee39bf4e319e07f4ceb" and "39942dd1ce3686500a071d88daac5b3e6df28d6e" have entirely different histories.

2 changed files with 3 additions and 12 deletions

View File

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

View File

@ -6,17 +6,13 @@
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.
@ -54,7 +50,7 @@
cifs-utils
];
# Shell-programms
# Shell-Programme
programs.zsh.enable = true;
programs.git.enable = true;
@ -69,7 +65,7 @@
security.rtkit.enable = true;
# 32-bit Support for Steam
# 32-bit Support für Steam
hardware.graphics.enable32Bit = true;
services.pulseaudio.support32Bit = true;
@ -79,10 +75,6 @@
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