ma fs/single-partition: add documentation
This commit is contained in:
parent
25d6a582e5
commit
30a4002029
@ -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 New Issue
Block a user