tachibana kernel
This commit is contained in:
parent
aff6943b18
commit
15d271a24f
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue