summaryrefslogtreecommitdiff
path: root/bragi-hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi-hw.nix')
-rw-r--r--bragi-hw.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi-hw.nix b/bragi-hw.nix
index 6a14ff09..ab424091 100644
--- a/bragi-hw.nix
+++ b/bragi-hw.nix
@@ -8,6 +8,7 @@
8 boot.initrd.availableKernelModules = [ "ahci" "ohci_pci" "ehci_pci" "usb_storage" ]; 8 boot.initrd.availableKernelModules = [ "ahci" "ohci_pci" "ehci_pci" "usb_storage" ];
9 boot.kernelModules = [ "kvm-amd" ]; 9 boot.kernelModules = [ "kvm-amd" ];
10 boot.extraModulePackages = [ ]; 10 boot.extraModulePackages = [ ];
11 boot.loader.grub.device = "/dev/disk/by-id/ata-Crucial_CT256M550SSD3_15010E5F81A6";
11 12
12 fileSystems."/" = 13 fileSystems."/" =
13 { device = "/dev/disk/by-uuid/15fc072d-5fdf-4ec7-b029-50d09b4dc5ea"; 14 { device = "/dev/disk/by-uuid/15fc072d-5fdf-4ec7-b029-50d09b4dc5ea";