{ config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; networking.hostName = "alisceon-core"; boot.initrd.enable = true; boot.loader = { systemd-boot = { enable = true; }; # end loader.systemd-boot }; # end boot } # end file