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" ]; after = ["getty@tty1.service" ];
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = [ (disko.create cfg) (disk.mount cfg) (]; ExecStart = [ (disko.create cfg) (disk.mount cfg) ];
StandardInput = "null"; StandardInput = "null";
StandardOutput = "journal+console"; StandardOutput = "journal+console";
StandardError = "inherit"; StandardError = "inherit";