{...}: {
imports = [
./hardware-configuration.nix
./lanzaboote.nix
./not-managed-by-modules-yet.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 9;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostId = "9e77d80e";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Helsinki";
system.stateVersion = "24.11";
}