ma fs/single-partition: add documentation
This commit is contained in:
parent
9e7b12f162
commit
8125aafc20
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue