jaal: rename the configuration file

This commit is contained in:
Aaron Honeycutt 2024-02-09 08:33:26 -07:00
parent 8603ae447d
commit 2f1f7c7a01
2 changed files with 0 additions and 7 deletions

View file

@ -0,0 +1,13 @@
{ config, pkgs, lib, ... }:
{
imports =
[
./hardware-configuration.nix
];
boot.kernelParams = [ "console=tty0" ];
networking.hostName = "jaal";
}