summaryrefslogtreecommitdiff
path: root/nixos/nixos-generate/config-extra.nix
blob: 92b2f33000ae46faf971c2d1d8d5920f0e04433d (plain)
1
2
3
4
5
6
7
8
9
{
  imports = [./config-iso.nix];
  fileSystems."/" = {
    device="/dev/sda1";
    fsType="ext4";
  };

  boot.loader.grub.enable = true;
} # no newline afer this !