fixing nix packages for flake update
This commit is contained in:
parent
12f12c0d87
commit
629ee268a2
2 changed files with 34 additions and 33 deletions
|
@ -24,7 +24,7 @@
|
|||
rsync
|
||||
gnupg
|
||||
openrazer-daemon
|
||||
linuxKernel.packages.linux_6_10.openrazer
|
||||
# linuxKernel.packages.linux_6_11.openrazer
|
||||
clinfo
|
||||
alsa-utils
|
||||
psutils
|
||||
|
@ -37,8 +37,9 @@
|
|||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 8;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot = {
|
||||
initrd.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
|
||||
|
@ -140,7 +141,7 @@
|
|||
|
||||
nix.nixPath = [ "nixos-config=/home/emenel/source/nixos-config" "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos" ];
|
||||
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ]; #repl-flake
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue