Add new puter, Midas

This commit is contained in:
Jimbo 2025-02-14 16:34:45 -05:00
parent 998fc526e7
commit 1c10a598e9
8 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
}