{ config, pkgs, ... }: { imports = [ ]; networking.hostName = "celerrime"; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = false; }