Confused...

This commit is contained in:
Annika Merris 2024-05-18 12:45:41 -04:00
parent c095c40fdc
commit 45a1303eaa

View file

@ -16,7 +16,7 @@ inputs.nixpkgs.lib.nixosSystem {
# something with overlays, I don't get those yet. # something with overlays, I don't get those yet.
# Hardware # Hardware
# physical = true; physical = true;
networking.hostName = "virt-nix"; networking.hostName = "virt-nix";
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ]; boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];