summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-13 01:27:58 -0400
committerAndrew Cady <d@jerkface.net>2019-10-13 01:27:58 -0400
commitbf19c845f956577f3da9babf4a7568661f9f92aa (patch)
tree61b99709dc7c46774531d06043dec3497198276f /conf
parent73959c29fcfd2e63a9da6b791cd221776aaa7b73 (diff)
fix nbd-server config
Diffstat (limited to 'conf')
-rw-r--r--conf/nbd-server17
1 files changed, 6 insertions, 11 deletions
diff --git a/conf/nbd-server b/conf/nbd-server
index a106b7d..de5b28b 100644
--- a/conf/nbd-server
+++ b/conf/nbd-server
@@ -1,11 +1,6 @@
1[generic] 1[samizdat.iso]
2# If you want to run everything as root rather than the nbd user, you 2 exportname = /srv/nbd/samizdat.iso
3# may either say "root" in the two following lines, or remove them 3 readonly = true
4# altogether. Do not remove the [generic] section, however. 4[samizdat.btrfs]
5 user = nbd 5 exportname = /srv/nbd/samizdat.btrfs
6 group = nbd 6 readonly = true
7 includedir = /etc/nbd-server/conf.d
8 allowlist = true
9
10# What follows are export definitions. You may create as much of them as
11# you want, but the section header has to be unique.