fix formatting
This commit is contained in:
parent
8942c54251
commit
0854dcc130
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
};
|
||||
|
||||
fileSystems."/var" =
|
||||
{ device = "/dev/disk/by-label/ninurta";
|
||||
{
|
||||
device = "/dev/disk/by-label/ninurta";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=var" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue