s 2 drivedroid: fix syntax error

This commit is contained in:
makefu 2015-11-17 23:11:55 +01:00
parent 0f54a195b7
commit 7e4eefa91b

View File

@ -8,8 +8,8 @@
server-names = [ "drivedroid.shack" ];
# TODO: prepare this somehow
locations = lib.singleton (lib.nameValuePair "/" ''
root /var/srv/drivedroid
index main.json
root /var/srv/drivedroid;
index main.json;
'');
};
};