diff --git a/nix/ai-vm.nix b/nix/ai-vm.nix index b371d69..f1d896d 100644 --- a/nix/ai-vm.nix +++ b/nix/ai-vm.nix @@ -2,17 +2,14 @@ { imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix + [ ]; - # Bootloader. boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/vda"; boot.loader.grub.useOSProber = true; - networking.hostName = "nixos"; # Define your hostname. networking.networkmanager.enable = true; time.timeZone = "America/Denver";