From ef3c9ff13578cf9f51376729cd799becd62660bb Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 20 May 2025 20:07:17 -0600 Subject: [PATCH] fixing imports --- nix/ai-vm.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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";