Remove Lacros and update Midas kernel
This commit is contained in:
parent
a21cd47f59
commit
a5826ad7c2
9 changed files with 2 additions and 151 deletions
4
hosts/midas/boot/default.nix
Normal file
4
hosts/midas/boot/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue