mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
jaal: rename the configuration file
This commit is contained in:
parent
8603ae447d
commit
2f1f7c7a01
2 changed files with 0 additions and 7 deletions
13
hosts/aarch64/jaal/configuration.nix
Normal file
13
hosts/aarch64/jaal/configuration.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "console=tty0" ];
|
||||
|
||||
networking.hostName = "jaal";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue