remove default home mount

This commit is contained in:
Christian Goll
2022-01-27 11:04:52 +01:00
parent acabc491f7
commit 29fc75a2b6
2 changed files with 0 additions and 14 deletions

View File

@@ -26,17 +26,11 @@ func defaultConfig() *ControllerConf {
TftpRoot: "/var/lib/tftpboot",
SystemdName: "tftp",
}
Nfs := &NfsConf{
Enabled: true,
Exports: []string{"/home"},
SystemdName: "nfs-server",
}
return &ControllerConf{
Warewulf: Warewulf,
Dhcp: Dhcp,
Tftp: Tftp,
Nfs: Nfs,
current: false,
}
}