chore: update nvidia drivers

This commit is contained in:
Nickolaj Jepsen 2025-04-15 20:13:15 +02:00
parent 41d44638b3
commit 870f8fdde5
6 changed files with 65 additions and 59 deletions

View file

@ -1,7 +1,7 @@
_: {
monitors = [
{
name = "DP-2";
name = "DP-3";
resolution = "2560x1440";
refreshRate = 144;
position = "2560x1080";
@ -19,7 +19,7 @@ _: {
position = "5120x1080";
}
{
name = "DP-3";
name = "DP-2";
resolution = "1920x1080";
refreshRate = 60;
position = "2880x0";

View file

@ -1,4 +1,8 @@
_: {
{
config,
pkgsUnstable,
...
}: {
hardware = {
graphics = {
enable = true;
@ -6,8 +10,10 @@ _: {
nvidia = {
open = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
};
boot.kernelPackages = pkgsUnstable.linuxPackages_6_14;
services.xserver.videoDrivers = ["nvidia"];
fireproof.home-manager.wayland.windowManager.hyprland.settings = {

View file

@ -1,6 +1,7 @@
{lib, ...}: {
fireproof.home-manager.programs.ssh.matchBlocks = {
"bastion.ao" = {
hostname = "62.199.221.53";
proxyJump = lib.mkForce null;
};
};

View file

@ -10,7 +10,6 @@
hostname = "192.168.2.6";
};
"clickhouse.ao" = {
hostname = "51.158.205.48";
proxyJump = "bastion.ao";
};
"server" = {