Use latest kernel on local devices
This commit is contained in:
parent
20bbc1f42f
commit
fda54e3ed5
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
../../profiles/graphical.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking = {
|
||||
hostId = "e718389d";
|
||||
hostName = "kharbranth";
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
../../profiles/graphical.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking = {
|
||||
hostId = "3cc1a4b2";
|
||||
hostName = "kholinar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue