mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 16:56:53 -05:00
Confused...
This commit is contained in:
parent
c095c40fdc
commit
45a1303eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue