nix/hosts/bootstrap.nix
2022-02-01 17:52:30 -05:00

5 lines
117 B
Nix

{ ... }:
{
boot.loader.systemd-boot.enable = true;
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
}