summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-17 23:11:55 +0100
committermakefu <github@syntax-fehler.de>2015-11-17 23:11:55 +0100
commit7e4eefa91bb3d06baf8c2bd53c26d5b5337b66d8 (patch)
tree5beacb9c4f6272d7339230841d6607e4091fbf87 /shared
parent0f54a195b7d1a3b02bd70c31c2d05c2a1dc186bd (diff)
s 2 drivedroid: fix syntax error
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/shack-drivedroid.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/2configs/shack-drivedroid.nix b/shared/2configs/shack-drivedroid.nix
index 294f3a36..44b62a80 100644
--- a/shared/2configs/shack-drivedroid.nix
+++ b/shared/2configs/shack-drivedroid.nix
@@ -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;
'');
};
};