diff options
| author | makefu <github@syntax-fehler.de> | 2015-11-17 23:11:55 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-11-17 23:11:55 +0100 | 
| commit | 7e4eefa91bb3d06baf8c2bd53c26d5b5337b66d8 (patch) | |
| tree | 5beacb9c4f6272d7339230841d6607e4091fbf87 /shared | |
| parent | 0f54a195b7d1a3b02bd70c31c2d05c2a1dc186bd (diff) | |
s 2 drivedroid: fix syntax error
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/2configs/shack-drivedroid.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/2configs/shack-drivedroid.nix b/shared/2configs/shack-drivedroid.nix index 294f3a369..44b62a807 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;          '');        };      };  | 
