nix-conf/systems/inugami/default.nix

15 lines
199 B
Nix
Raw Normal View History

2023-08-14 17:10:54 +02:00
{ ... }:
{
imports = [
./hardware-configuration.nix
];
boot.loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
};
networking.hostName = "inugami";
}