Add generated files for inugami

This commit is contained in:
jopejoe1 2023-08-14 17:10:54 +02:00
parent 4d26327796
commit c764a4a9f3
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
];
boot.loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
};
networking.hostName = "inugami";
}