Fixed syntax error during volume configuration

pull/4/head
Illia Chub 2021-03-31 12:03:07 +03:00
parent cfdee451dd
commit 5d2b8a6924
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ EOF
boot.loader.grub.device = "$grubdev";
fileSystems = {
"/" = { device = "$rootfsdev"; fsType = "ext4"; };
"/var" = { device = "/dev/sdb"; fsType = "ext4" };
"/var" = { device = "/dev/sdb"; fsType = "ext4"; };
};
}
EOF