oizys/hardware-configuration.nix
2020-10-24 21:08:09 -07:00

7 lines
141 B
Nix

{ ... }:
{
boot.loader.systemd-boot.enable = true; # (for UEFI systems only)
fileSystems."/".device = "/dev/disk/by-label/nixos";
}