Minecraft + removed nvidia driver on andrej-pc
This commit is contained in:
parent
4c6f30b099
commit
7f7866932c
6 changed files with 40 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ with lib.custom; {
|
|||
presets.wayland = enabled;
|
||||
presets.gaming = enabled;
|
||||
hardware = {
|
||||
nvidia = enabled;
|
||||
#nvidia = enabled;
|
||||
bluetooth = enabled;
|
||||
printing = enabled;
|
||||
};
|
||||
|
|
@ -58,9 +58,6 @@ with lib.custom; {
|
|||
enable = true;
|
||||
systemd.setPath = enabled;
|
||||
};
|
||||
services.scx.enable = true; # by default uses scx_rustland scheduler
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||
system.modulesTree = [pkgs.linux_cachyos.modules];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [22 25565];
|
||||
networking.firewall.allowedUDPPorts = [22 25565];
|
||||
|
|
@ -115,9 +112,8 @@ with lib.custom; {
|
|||
jdk
|
||||
teams-for-linux
|
||||
];
|
||||
hardware.nvidia.open = lib.mkForce false;
|
||||
#hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
systemd.network.wait-online.enable = lib.mkForce false;
|
||||
networking.wireless.enable = false;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ with lib.custom; {
|
|||
pdfa_image_compression = "lossless";
|
||||
};
|
||||
PAPERLESS_URL = "https://paperless.kylekrein.com";
|
||||
PAPERLESS_FILENAME_FORMAT = "{{ created_year }}/{{ correspondent }}/{{ title }}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue