project-wide: Infra move to unstable

This commit is contained in:
kat witch 2021-04-21 17:15:14 +01:00
parent d26ceaca3a
commit 0fca4f710c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
{ ... }: {
imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
{ sources, ... }: {
imports = [ ( sources.nixpkgs + "/nixos/modules/profiles/qemu-guest.nix") ];
boot.initrd.availableKernelModules =
[ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ];
boot.loader.grub.device = "/dev/sda";