Browse Source

Update 'hosts/nixos/hardware.nix'

Signed-off-by: Christopher James Hayward <chris@chrishayward.xyz>
main
parent
commit
b0b6995b25
  1. 2
      hosts/nixos/hardware.nix

2
hosts/nixos/hardware.nix

@ -16,7 +16,7 @@
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
fileSystems."/" = fileSystems."/" =
{ # device = "/dev/disk/by-label/nixos";
{ device = "/dev/disk/by-label/nixos";
fsType = "ext4"; fsType = "ext4";
}; };

Loading…
Cancel
Save