diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 03:45:09 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 03:45:09 +0100 |
commit | 749b9f091fb0a1bb10f79deb80bf220c20f9f69d (patch) | |
tree | aab0188830a12b6d2b04954c4dfad225b00bab25 | |
parent | 2ec60d11b304404b3dfa19d50c06b18fd37f1fef (diff) | |
download | nixos-749b9f091fb0a1bb10f79deb80bf220c20f9f69d.tar nixos-749b9f091fb0a1bb10f79deb80bf220c20f9f69d.tar.gz nixos-749b9f091fb0a1bb10f79deb80bf220c20f9f69d.tar.bz2 nixos-749b9f091fb0a1bb10f79deb80bf220c20f9f69d.tar.xz nixos-749b9f091fb0a1bb10f79deb80bf220c20f9f69d.zip |
test if config is found
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -207,8 +207,10 @@ in rec { | |||
207 | virtual-root=/ | 207 | virtual-root=/ |
208 | enable-git-config=1 | 208 | enable-git-config=1 |
209 | 209 | ||
210 | enable-http-clone=1 | ||
211 | |||
210 | project-list=/srv/git/projects.list | 212 | project-list=/srv/git/projects.list |
211 | scan-path=/srv/git/repositories | 213 | scan-path=/does/not/exist |
212 | 214 | ||
213 | enable-commit-graph=1 | 215 | enable-commit-graph=1 |
214 | snapshots=tar tar.gz tar.bz2 tar.xz zip | 216 | snapshots=tar tar.gz tar.bz2 tar.xz zip |