!
This commit is contained in:
parent
a491c32b7c
commit
0688c2c967
3 changed files with 4 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
logitech.wireless.enable = true;
|
||||
};
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.package = lib.mkIf config.boot.kernelPackages == pkgs.linuxPackages_latest config.boot.kernelPackages.nvidiaPackages.mkDriver { #fixes https://github.com/NixOS/nixpkgs/issues/375730 temporary
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.mkDriver { #fixes https://github.com/NixOS/nixpkgs/issues/375730 temporary
|
||||
version = "570.86.16"; # use new 570 drivers
|
||||
sha256_64bit = "sha256-RWPqS7ZUJH9JEAWlfHLGdqrNlavhaR1xMyzs8lJhy9U=";
|
||||
openSha256 = "sha256-DuVNA63+pJ8IB7Tw2gM4HbwlOh1bcDg2AN2mbEU9VPE=";
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
configDir = "/etc/nixos-config";
|
||||
user = "root";
|
||||
};
|
||||
networking.wireless.iwd.enable = true;
|
||||
networking.wireless.iwd.enable = true;
|
||||
|
||||
|
||||
boot = {
|
||||
#kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
];
|
||||
|
||||
hardware.nvidia.open = lib.mkForce false;
|
||||
hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
#sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
|
||||
systemd.network.wait-online.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue