{ inputs, outputs, lib, config, pkgs, ... }: { imports = [ ../templates/server.nix ./hardware-configuration.nix ]; networking.hostName = "w1"; # boot = { # initrd = { # availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"]; # kernelModules = ["nvme"]; # }; # loader = { # grub = { # enable = true; # device = "/dev/sda"; # efiSupport = false; # }; # }; # }; }