Skip to content

Commit

Permalink
fix redfox disko
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jan 23, 2024
1 parent 9330d76 commit 54da750
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions hosts/redfox/_hardware.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
{ lib, ... }:

{
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "ehci_pci" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];

fileSystems."/" =
{
device = "/dev/disk/by-uuid/0c4cf42a-6b50-4553-bdf6-c4d9d2a7a759";
fsType = "ext4";
};

fileSystems."/boot" =
{
device = "/dev/disk/by-uuid/1E1B-5679";
fsType = "vfat";
};

swapDevices = [ ];

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}

0 comments on commit 54da750

Please sign in to comment.