oizys/hardware-configuration.nix

7 lines
141 B
Nix
Raw Normal View History

2020-10-24 22:55:15 -05:00
{ ... }:
{
boot.loader.systemd-boot.enable = true; # (for UEFI systems only)
fileSystems."/".device = "/dev/disk/by-label/nixos";
}