nix-conf/systems/inugami/default.nix

14 lines
199 B
Nix

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