Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
flake,
config,
pkgs,
...
}:
imports =
[
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.binfmt.emulatedSystems = ["aarch64-linux"];
system.stateVersion = "23.11";
}