From ecb2554628cf3b1c45f0cb22bc9c714639c3b8e1 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Sat, 19 Dec 2020 21:04:23 -0800 Subject: [PATCH] Include NFS declarations in the config --- etc/warewulf.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/warewulf.conf b/etc/warewulf.conf index eb8c4eba..8c1aceea 100644 --- a/etc/warewulf.conf +++ b/etc/warewulf.conf @@ -14,3 +14,8 @@ tftp: enabled: true tftproot: /var/lib/tftpboot systemd name: tftp +nfs: + systemd name: nfs-server + exports: + - /home + - /var/warewulf \ No newline at end of file