Add new puter, Midas
This commit is contained in:
parent
998fc526e7
commit
1c10a598e9
8 changed files with 194 additions and 0 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue