{ config, pkgs, ... }: { # Uncomment the respective config here. imports = [ ./hardware-configuration.nix #./configs/server.nix #./configs/laptop.nix ]; # Enable EFI bootloader. #boot.loader.systemd-boot.enable = true; #boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "nixos"; # Define your hostname. }