mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update nvidia drivers
This commit is contained in:
parent
41d44638b3
commit
870f8fdde5
6 changed files with 65 additions and 59 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{lib, ...}: {
|
||||
fireproof.home-manager.programs.ssh.matchBlocks = {
|
||||
"bastion.ao" = {
|
||||
hostname = "62.199.221.53";
|
||||
proxyJump = lib.mkForce null;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
hostname = "192.168.2.6";
|
||||
};
|
||||
"clickhouse.ao" = {
|
||||
hostname = "51.158.205.48";
|
||||
proxyJump = "bastion.ao";
|
||||
};
|
||||
"server" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue