README: fix example syntax

This commit is contained in:
lassulus 2019-02-02 12:32:06 +01:00
parent 16cd458af0
commit beda422c5f

View File

@ -33,7 +33,7 @@ in {
after = ["getty@tty1.service" ];
serviceConfig = {
Type = "oneshot";
ExecStart = [ (disko.create cfg) (disk.mount cfg) (];
ExecStart = [ (disko.create cfg) (disk.mount cfg) ];
StandardInput = "null";
StandardOutput = "journal+console";
StandardError = "inherit";