1
0
Fork 0
nixfiles/hosts/clerie-backup/hardware-configuration.nix

29 lines
803 B
Nix
Raw Normal View History

2020-12-25 11:09:59 +01:00
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/155f19d9-9293-4b6d-beed-2e8a39ef3c71";
fsType = "ext4";
};
fileSystems."/mnt/clerie-backup" =
{ device = "/dev/disk/by-uuid/69de70f0-9b46-47f3-9ac7-348f57934d55";
fsType = "ext4";
};
swapDevices = [ ];
}