tachibana kernel

This commit is contained in:
caandt 2025-11-01 12:47:06 -05:00
parent aff6943b18
commit 15d271a24f

View file

@ -1,4 +1,8 @@
{inputs, ...}: {
{
pkgs,
inputs,
...
}: {
imports = [
../../system
./hardware-configuration.nix
@ -6,6 +10,7 @@
inputs.disko.nixosModules.disko
];
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "tachibana";
time.timeZone = "America/Chicago";
services.xserver = {