ma fs/single-partition: add documentation

This commit is contained in:
makefu 2018-09-17 00:47:01 +02:00
parent 25d6a582e5
commit 30a4002029
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,5 +1,7 @@
{config, ...}:
{
# fdisk /dev/sda
# mkfs.ext4 -L nixos /dev/sda1
boot.loader.grub.enable = assert config.boot.loader.grub.device != ""; true;
boot.loader.grub.version = 2;