nix-configs/hosts/aarch64/jaal/configuration.nix
Aaron Honeycutt de53a26819 format nix
2025-09-18 17:24:56 -06:00

14 lines
166 B
Nix

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