nixos-hardware: tor

This commit is contained in:
Casper V. Kristensen 2023-11-11 23:20:48 +01:00
parent fd0b2987af
commit b6cd123c8b

View file

@ -1,8 +1,7 @@
{ config, lib, pkgs, modulesPath, ... }: {
imports =
[
(modulesPath + "/profiles/qemu-guest.nix")
];
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];