Newer kernel + better search alias
This commit is contained in:
parent
34aac68b99
commit
fbadad9834
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ let
|
||||||
"jc" = "sudo journalctl";
|
"jc" = "sudo journalctl";
|
||||||
"jcu" = "journalctl --user";
|
"jcu" = "journalctl --user";
|
||||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||||
"ns" = ''nix search nixos\\.'';
|
"ns" = "nix search github:NixOS/nixpkgs/release-21.11";
|
||||||
"nS" = "nix-shell";
|
"nS" = "nix-shell";
|
||||||
"sc" = "sudo systemctl";
|
"sc" = "sudo systemctl";
|
||||||
"scu" = "systemctl --user";
|
"scu" = "systemctl --user";
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.initrd.checkJournalingFS = true;
|
boot.initrd.checkJournalingFS = true;
|
||||||
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_16;
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||||
|
|
||||||
# # Cross-build arm
|
# # Cross-build arm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue