nix/hosts/bootstrap.nix
2022-02-27 15:57:58 -05:00

4 lines
113 B
Nix

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