my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade linux kernel version

+1 -1
+1 -1
nixos/desktop/default.nix
··· 10 10 ./hardware-configuration.nix 11 11 ]; 12 12 13 - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16; 13 + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_17; 14 14 15 15 boot.initrd.luks.devices."luks-efba64ac-5927-4281-b972-4df09a479d35".device = 16 16 "/dev/disk/by-uuid/efba64ac-5927-4281-b972-4df09a479d35";