mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-26 12:55:30 +03:00
Merge pull request #120 from nix-community/qcow
qcow: also add kernel drivers
This commit is contained in:
commit
531a109910
@ -1,5 +1,10 @@
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
{
|
||||
# for virtio kernel drivers
|
||||
imports = [
|
||||
"${toString modulesPath}/profiles/qemu-guest.nix"
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
autoResize = true;
|
||||
|
Loading…
Reference in New Issue
Block a user