{ config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; networking.hostName = "tower"; boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; initrd.enable = true; }; }