Skip to content

Instantly share code, notes, and snippets.

@risicle
Created April 29, 2021 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save risicle/175f1ed8293e9cae3f9aac7784e127b2 to your computer and use it in GitHub Desktop.
Save risicle/175f1ed8293e9cae3f9aac7784e127b2 to your computer and use it in GitHub Desktop.
{ modulesPath, ... }:
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
boot.loader.grub.device = "/dev/nvme0n1";
fileSystems."/" = { device = "/dev/mapper/vgroot-lvroot"; fsType = "ext4"; };
}
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 931.5G 0 disk
└─nvme0n1p1 259:1 0 931.5G 0 part
└─vgroot-lvroot 253:0 0 931.5G 0 lvm /
@risicle
Copy link
Author

risicle commented Apr 29, 2021

Screenshot_20210428_220827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment