Host-specific NixOS configurations for: - alexandria (server) - io (desktop) - rotterdam (desktop) - trantor (server, aarch64) Each host has a main config file and _hostname/ directory with hardware-configuration and other host-specific modules. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
101 B
Nix
6 lines
101 B
Nix
{
|
|
boot = {
|
|
initrd.systemd.enable = true;
|
|
loader.efi.efiSysMountPoint = "/boot/efi";
|
|
};
|
|
}
|