mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 10:13:14 -06:00
6 lines
141 B
Nix
6 lines
141 B
Nix
{ ... }:
|
|
|
|
{
|
|
boot.loader.systemd-boot.enable = true; # (for UEFI systems only)
|
|
fileSystems."/".device = "/dev/disk/by-label/nixos";
|
|
}
|