mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
9 lines
166 B
Nix
9 lines
166 B
Nix
{
|
|
boot.initrd.availableKernelModules = [
|
|
"virtio_pci"
|
|
"virtio_net"
|
|
"virtio_scsi"
|
|
"virtio_blk"
|
|
];
|
|
topology.self.icon = "devices.cloud-server";
|
|
}
|