Machines: remove redundant options

This commit is contained in:
Toast 2024-02-05 11:11:52 +01:00
parent ad10e13501
commit 75cf2f6740
5 changed files with 1 additions and 48 deletions

View file

@ -33,7 +33,6 @@
};
networking.hostName = "WinMax2"; # Define your hostname.
networking.networkmanager.enable = true; # Enable networking
specialisation.noAVX512.configuration = {
# For some reason The Finals crashes on CPUs that support AVX512
@ -61,9 +60,7 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Enable the X11 windowing system.
services.xserver = {
enable = true;
xkb.layout = lib.mkForce "us";
displayManager.sddm.settings = {
General.GreeterEnvironment="QT_SCREEN_SCALE_FACTORS=1.75";
@ -111,12 +108,6 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.toast = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
};
# Large builds (the linux kernel) fail to build because /tmp is too small when using tmpfs
boot.tmp.useTmpfs = false;