fixing imports

This commit is contained in:
2025-05-20 20:07:17 -06:00
parent 7c0fdecdcf
commit ef3c9ff135

View File

@@ -2,17 +2,14 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
[
<home-manager/nixos>
];
# 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";